Html Css Color HEX #78830A Olive

📋 copy color: '#78830A'

red 120 ◦ green 131 ◦ blue 10

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

Shades of Olive #78830A

Tints of Olive #78830A

RGB

 RED value IS 120 (47.27% from 255) = 45.98%

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

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

R = 45.98%
G = 50.19%
B = 3.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#78830A (or 0x78830A) is known color: Olive. HEX triplet: 78, 83 and 0A. RGB value is (120,131,10). Sum of RGB (Red+Green+Blue) = 120+131+10=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #78830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78830A is #877CF5. Grayscale: #727272. Windows color (decimal): -8879350 or 689016. OLE color: 689016.

HSL color Cylindrical-coordinate representation of color #78830A: hue angle of 65.45º 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 #78830A is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 10 -
CMYK 0.08 0 0.92 0.49
HSL 65.45º 0.86% 0.28% -
HSV(B) 65.45º 0.92% 0.51% -
XYZ 15.92 20.25 3.36 -
YUV 113.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 120 131 10 0.08 0 0.92 0.49 65.45 0.86 0.28
Hex 78 83 A 8 0 5C 31 41 56 1C
Octal 170 203 12 10 0 134 61 101 126 34
Binary 1111000 10000011 1010 1000 0 1011100 110001 1000001 1010110 11100

Color Harmonies of #78830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78830A

Black with #78830A

Text Example


Text Example

White with #78830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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