Html Css Color HEX #77920F Olive Drab

📋 copy color: '#77920F'

red 119 ◦ green 146 ◦ blue 15

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

Shades of Olive Drab #77920F

Tints of Olive Drab #77920F

RGB

 RED value IS 119 (46.88% from 255) = 42.5%

 GREEN value IS 146 (57.42% from 255) = 52.14%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 42.5%
G = 52.14%
B = 5.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#77920F (or 0x77920F) is known color: Olive Drab. HEX triplet: 77, 92 and 0F. RGB value is (119,146,15). Sum of RGB (Red+Green+Blue) = 119+146+15=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #77920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77920F is #886DF0. Grayscale: #7B7B7B. Windows color (decimal): -8941041 or 1020535. OLE color: 1020535.

HSL color Cylindrical-coordinate representation of color #77920F: hue angle of 72.37º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77920F is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 15 -
CMYK 0.18 0 0.90 0.43
HSL 72.37º 0.81% 0.32% -
HSV(B) 72.37º 0.9% 0.57% -
XYZ 17.97 24.51 4.24 -
YUV 122.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 119 146 15 0.18 0 0.90 0.43 72.37 0.81 0.32
Hex 77 92 F 12 0 5A 2B 48 51 20
Octal 167 222 17 22 0 132 53 110 121 40
Binary 1110111 10010010 1111 10010 0 1011010 101011 1001000 1010001 100000

Color Harmonies of #77920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77920F

Black with #77920F

Text Example


Text Example

White with #77920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77920F; }

 p { color: rgb(119,146,15); }

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

background-color css

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

 a { background-color: rgb(119,146,15); }

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

border-color css

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

 span { border-color: rgb(119,146,15); }

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