Html Css Color HEX #78830D Olive

📋 copy color: '#78830D'

red 120 ◦ green 131 ◦ blue 13

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

Shades of Olive #78830D

Tints of Olive #78830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 45.45%
G = 49.62%
B = 4.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#78830D (or 0x78830D) is known color: Olive. HEX triplet: 78, 83 and 0D. RGB value is (120,131,13). Sum of RGB (Red+Green+Blue) = 120+131+13=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #78830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78830D is #877CF2. Grayscale: #727272. Windows color (decimal): -8879347 or 885624. OLE color: 885624.

HSL color Cylindrical-coordinate representation of color #78830D: hue angle of 65.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78830D is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 13 -
CMYK 0.08 0 0.90 0.49
HSL 65.59º 0.82% 0.28% -
HSV(B) 65.59º 0.9% 0.51% -
XYZ 15.93 20.25 3.45 -
YUV 114.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 120 131 13 0.08 0 0.90 0.49 65.59 0.82 0.28
Hex 78 83 D 8 0 5A 31 42 52 1C
Octal 170 203 15 10 0 132 61 102 122 34
Binary 1111000 10000011 1101 1000 0 1011010 110001 1000010 1010010 11100

Color Harmonies of #78830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78830D

Black with #78830D

Text Example


Text Example

White with #78830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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