Html Css Color HEX #77850C Olive

📋 copy color: '#77850C'

red 119 ◦ green 133 ◦ blue 12

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

Shades of Olive #77850C

Tints of Olive #77850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.38%

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 45.08%
G = 50.38%
B = 4.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#77850C (or 0x77850C) is known color: Olive. HEX triplet: 77, 85 and 0C. RGB value is (119,133,12). Sum of RGB (Red+Green+Blue) = 119+133+12=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #77850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77850C is #887AF3. Grayscale: #737373. Windows color (decimal): -8944372 or 820599. OLE color: 820599.

HSL color Cylindrical-coordinate representation of color #77850C: hue angle of 66.94º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77850C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 12 -
CMYK 0.11 0 0.91 0.48
HSL 66.94º 0.83% 0.28% -
HSV(B) 66.94º 0.91% 0.52% -
XYZ 16.06 20.72 3.5 -
YUV 115.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 119 133 12 0.11 0 0.91 0.48 66.94 0.83 0.28
Hex 77 85 C B 0 5B 30 43 53 1C
Octal 167 205 14 13 0 133 60 103 123 34
Binary 1110111 10000101 1100 1011 0 1011011 110000 1000011 1010011 11100

Color Harmonies of #77850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77850C

Black with #77850C

Text Example


Text Example

White with #77850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77850C; }

 p { color: rgb(119,133,12); }

 H1.HeaderClassName
 {
   color: #77850C;
 }
 .AnyTagClassName
 {
   color: #77850C;
 }
</style>

background-color css

<style>
 a { background-color: #77850C; }

 a { background-color: rgb(119,133,12); }

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

border-color css

<style>
 span { border-color: #77850C; }

 span { border-color: rgb(119,133,12); }

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