Html Css Color HEX #787308 Olive

📋 copy color: '#787308'

red 120 ◦ green 115 ◦ blue 8

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

Shades of Olive #787308

Tints of Olive #787308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 49.38%
G = 47.33%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#787308 (or 0x787308) is known color: Olive. HEX triplet: 78, 73 and 08. RGB value is (120,115,8). Sum of RGB (Red+Green+Blue) = 120+115+8=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #787308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787308 is #878CF7. Grayscale: #686868. Windows color (decimal): -8883448 or 553848. OLE color: 553848.

HSL color Cylindrical-coordinate representation of color #787308: hue angle of 57.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #787308 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 8 -
CMYK 0 0.04 0.93 0.53
HSL 57.32º 0.88% 0.25% -
HSV(B) 57.32º 0.93% 0.47% -
XYZ 13.92 16.27 2.64 -
YUV 104.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 120 115 8 0 0.04 0.93 0.53 57.32 0.88 0.25
Hex 78 73 8 0 4 5D 35 39 58 19
Octal 170 163 10 0 4 135 65 71 130 31
Binary 1111000 1110011 1000 0 100 1011101 110101 111001 1011000 11001

Color Harmonies of #787308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787308

Black with #787308

Text Example


Text Example

White with #787308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787308; }

 p { color: rgb(120,115,8); }

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

background-color css

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

 a { background-color: rgb(120,115,8); }

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

border-color css

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

 span { border-color: rgb(120,115,8); }

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