Html Css Color HEX #607F14 Olive Drab

📋 copy color: '#607F14'

red 96 ◦ green 127 ◦ blue 20

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

Shades of Olive Drab #607F14

Tints of Olive Drab #607F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 39.51%
G = 52.26%
B = 8.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#607F14 (or 0x607F14) is known color: Olive Drab. HEX triplet: 60, 7F and 14. RGB value is (96,127,20). Sum of RGB (Red+Green+Blue) = 96+127+20=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #607F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607F14 is #9F80EB. Grayscale: #696969. Windows color (decimal): -10453228 or 1343328. OLE color: 1343328.

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

Color convert

RGB 96 127 20 -
CMYK 0.24 0 0.84 0.50
HSL 77.38º 0.73% 0.29% -
HSV(B) 77.38º 0.84% 0.5% -
XYZ 12.54 17.72 3.42 -
YUV 105.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 96 127 20 0.24 0 0.84 0.50 77.38 0.73 0.29
Hex 60 7F 14 18 0 54 32 4D 49 1D
Octal 140 177 24 30 0 124 62 115 111 35
Binary 1100000 1111111 10100 11000 0 1010100 110010 1001101 1001001 11101

Color Harmonies of #607F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F14

Black with #607F14

Text Example


Text Example

White with #607F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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