Html Css Color HEX #799308 Olive

📋 copy color: '#799308'

red 121 ◦ green 147 ◦ blue 8

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

Shades of Olive #799308

Tints of Olive #799308

RGB

 RED value IS 121 (47.66% from 255) = 43.84%

 GREEN value IS 147 (57.81% from 255) = 53.26%

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

R = 43.84%
G = 53.26%
B = 2.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#799308 (or 0x799308) is known color: Olive. HEX triplet: 79, 93 and 08. RGB value is (121,147,8). Sum of RGB (Red+Green+Blue) = 121+147+8=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #799308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799308 is #866CF7. Grayscale: #7B7B7B. Windows color (decimal): -8809720 or 562041. OLE color: 562041.

HSL color Cylindrical-coordinate representation of color #799308: hue angle of 71.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799308 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 8 -
CMYK 0.18 0 0.95 0.42
HSL 71.22º 0.9% 0.3% -
HSV(B) 71.22º 0.95% 0.58% -
XYZ 18.36 24.95 4.08 -
YUV 123.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 121 147 8 0.18 0 0.95 0.42 71.22 0.9 0.3
Hex 79 93 8 12 0 5F 2A 47 5A 1E
Octal 171 223 10 22 0 137 52 107 132 36
Binary 1111001 10010011 1000 10010 0 1011111 101010 1000111 1011010 11110

Color Harmonies of #799308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799308

Black with #799308

Text Example


Text Example

White with #799308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799308; }

 p { color: rgb(121,147,8); }

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

background-color css

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

 a { background-color: rgb(121,147,8); }

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

border-color css

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

 span { border-color: rgb(121,147,8); }

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