Html Css Color HEX #607F1F Olive Drab

📋 copy color: '#607F1F'

red 96 ◦ green 127 ◦ blue 31

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

Shades of Olive Drab #607F1F

Tints of Olive Drab #607F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 37.8%
G = 50%
B = 12.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#607F1F (or 0x607F1F) is known color: Olive Drab. HEX triplet: 60, 7F and 1F. RGB value is (96,127,31). Sum of RGB (Red+Green+Blue) = 96+127+31=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #607F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F1F is #9F80E0. Grayscale: #6B6B6B. Windows color (decimal): -10453217 or 2064224. OLE color: 2064224.

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

Color convert

RGB 96 127 31 -
CMYK 0.24 0 0.76 0.50
HSL 79.38º 0.61% 0.31% -
HSV(B) 79.38º 0.76% 0.5% -
XYZ 12.66 17.76 4.06 -
YUV 106.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 96 127 31 0.24 0 0.76 0.50 79.38 0.61 0.31
Hex 60 7F 1F 18 0 4C 32 4F 3D 1F
Octal 140 177 37 30 0 114 62 117 75 37
Binary 1100000 1111111 11111 11000 0 1001100 110010 1001111 111101 11111

Color Harmonies of #607F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F1F

Black with #607F1F

Text Example


Text Example

White with #607F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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