Html Css Color HEX #77830A Olive

📋 copy color: '#77830A'

red 119 ◦ green 131 ◦ blue 10

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

Shades of Olive #77830A

Tints of Olive #77830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.38%

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 45.77%
G = 50.38%
B = 3.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#77830A (or 0x77830A) is known color: Olive. HEX triplet: 77, 83 and 0A. RGB value is (119,131,10). Sum of RGB (Red+Green+Blue) = 119+131+10=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #77830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77830A is #887CF5. Grayscale: #727272. Windows color (decimal): -8944886 or 689015. OLE color: 689015.

HSL color Cylindrical-coordinate representation of color #77830A: hue angle of 65.95º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77830A is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 10 -
CMYK 0.09 0 0.92 0.49
HSL 65.95º 0.86% 0.28% -
HSV(B) 65.95º 0.92% 0.51% -
XYZ 15.78 20.18 3.35 -
YUV 113.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 119 131 10 0.09 0 0.92 0.49 65.95 0.86 0.28
Hex 77 83 A 9 0 5C 31 42 56 1C
Octal 167 203 12 11 0 134 61 102 126 34
Binary 1110111 10000011 1010 1001 0 1011100 110001 1000010 1010110 11100

Color Harmonies of #77830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77830A

Black with #77830A

Text Example


Text Example

White with #77830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77830A; }

 p { color: rgb(119,131,10); }

 H1.HeaderClassName
 {
   color: #77830A;
 }
 .AnyTagClassName
 {
   color: #77830A;
 }
</style>

background-color css

<style>
 a { background-color: #77830A; }

 a { background-color: rgb(119,131,10); }

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

border-color css

<style>
 span { border-color: #77830A; }

 span { border-color: rgb(119,131,10); }

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