Html Css Color HEX #607E1C Olive Drab

📋 copy color: '#607E1C'

red 96 ◦ green 126 ◦ blue 28

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

Shades of Olive Drab #607E1C

Tints of Olive Drab #607E1C

RGB

 RED value IS 96 (37.89% from 255) = 38.4%

 GREEN value IS 126 (49.61% from 255) = 50.4%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 38.4%
G = 50.4%
B = 11.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#607E1C (or 0x607E1C) is known color: Olive Drab. HEX triplet: 60, 7E and 1C. RGB value is (96,126,28). Sum of RGB (Red+Green+Blue) = 96+126+28=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #607E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607E1C is #9F81E3. Grayscale: #6A6A6A. Windows color (decimal): -10453476 or 1867360. OLE color: 1867360.

HSL color Cylindrical-coordinate representation of color #607E1C: hue angle of 78.37º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #607E1C is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 126 28 -
CMYK 0.24 0 0.78 0.51
HSL 78.37º 0.64% 0.3% -
HSV(B) 78.37º 0.78% 0.49% -
XYZ 12.49 17.49 3.82 -
YUV 105.86 84.06 120.97 -
System Red Green Blue C M Y K H S L
Decimal 96 126 28 0.24 0 0.78 0.51 78.37 0.64 0.3
Hex 60 7E 1C 18 0 4E 33 4E 40 1E
Octal 140 176 34 30 0 116 63 116 100 36
Binary 1100000 1111110 11100 11000 0 1001110 110011 1001110 1000000 11110

Color Harmonies of #607E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E1C

Black with #607E1C

Text Example


Text Example

White with #607E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607E1C; }

 p { color: rgb(96,126,28); }

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

background-color css

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

 a { background-color: rgb(96,126,28); }

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

border-color css

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

 span { border-color: rgb(96,126,28); }

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