Html Css Color HEX #607F1C Olive Drab

📋 copy color: '#607F1C'

red 96 ◦ green 127 ◦ blue 28

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

Shades of Olive Drab #607F1C

Tints of Olive Drab #607F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 50.6%

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

R = 38.25%
G = 50.6%
B = 11.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#607F1C (or 0x607F1C) is known color: Olive Drab. HEX triplet: 60, 7F and 1C. RGB value is (96,127,28). Sum of RGB (Red+Green+Blue) = 96+127+28=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #607F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F1C is #9F80E3. Grayscale: #6A6A6A. Windows color (decimal): -10453220 or 1867616. OLE color: 1867616.

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

Color convert

RGB 96 127 28 -
CMYK 0.24 0 0.78 0.50
HSL 78.79º 0.64% 0.3% -
HSV(B) 78.79º 0.78% 0.5% -
XYZ 12.62 17.75 3.86 -
YUV 106.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 96 127 28 0.24 0 0.78 0.50 78.79 0.64 0.3
Hex 60 7F 1C 18 0 4E 32 4F 40 1E
Octal 140 177 34 30 0 116 62 117 100 36
Binary 1100000 1111111 11100 11000 0 1001110 110010 1001111 1000000 11110

Color Harmonies of #607F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F1C

Black with #607F1C

Text Example


Text Example

White with #607F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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