Html Css Color HEX #677001 Olive

📋 copy color: '#677001'

red 103 ◦ green 112 ◦ blue 1

#677001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #677001

Tints of Olive #677001

RGB

 RED value IS 103 (40.63% from 255) = 47.69%

 GREEN value IS 112 (44.14% from 255) = 51.85%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 47.69%
G = 51.85%
B = 0.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#677001 (or 0x677001) is known color: Olive. HEX triplet: 67, 70 and 01. RGB value is (103,112,1). Sum of RGB (Red+Green+Blue) = 103+112+1=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #677001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677001 is #988FFE. Grayscale: #616161. Windows color (decimal): -9998335 or 94311. OLE color: 94311.

HSL color Cylindrical-coordinate representation of color #677001: hue angle of 64.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #677001 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 1 -
CMYK 0.08 0 0.99 0.56
HSL 64.86º 0.98% 0.22% -
HSV(B) 64.86º 0.99% 0.44% -
XYZ 11.39 14.47 2.22 -
YUV 96.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 103 112 1 0.08 0 0.99 0.56 64.86 0.98 0.22
Hex 67 70 1 8 0 63 38 41 62 16
Octal 147 160 1 10 0 143 70 101 142 26
Binary 1100111 1110000 1 1000 0 1100011 111000 1000001 1100010 10110

Color Harmonies of #677001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677001

Black with #677001

Text Example


Text Example

White with #677001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677001; }

 p { color: rgb(103,112,1); }

 H1.HeaderClassName
 {
   color: #677001;
 }
 .AnyTagClassName
 {
   color: #677001;
 }
</style>

background-color css

<style>
 a { background-color: #677001; }

 a { background-color: rgb(103,112,1); }

 div.DivClassName
 {
   background-color: #677001;
 }
 .BgClassName
 {
   background-color: #677001;
 }
</style>

border-color css

<style>
 span { border-color: #677001; }

 span { border-color: rgb(103,112,1); }

 td.TdClassName
 {
   border-color: #677001;
 }
 .TagClassName
 {
   border-color: #677001;
 }
</style>