Html Css Color HEX #796F06 Olive

📋 copy color: '#796F06'

red 121 ◦ green 111 ◦ blue 6

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

Shades of Olive #796F06

Tints of Olive #796F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.64%

 BLUE value IS 6 (2.73% from 255) = 2.52%

R = 50.84%
G = 46.64%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#796F06 (or 0x796F06) is known color: Olive. HEX triplet: 79, 6F and 06. RGB value is (121,111,6). Sum of RGB (Red+Green+Blue) = 121+111+6=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #796F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F06 is #8690F9. Grayscale: #666666. Windows color (decimal): -8818938 or 421753. OLE color: 421753.

HSL color Cylindrical-coordinate representation of color #796F06: hue angle of 54.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #796F06 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 111 6 -
CMYK 0 0.08 0.95 0.53
HSL 54.78º 0.91% 0.25% -
HSV(B) 54.78º 0.95% 0.47% -
XYZ 13.6 15.45 2.44 -
YUV 102.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 121 111 6 0 0.08 0.95 0.53 54.78 0.91 0.25
Hex 79 6F 6 0 8 5F 35 37 5B 19
Octal 171 157 6 0 10 137 65 67 133 31
Binary 1111001 1101111 110 0 1000 1011111 110101 110111 1011011 11001

Color Harmonies of #796F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F06

Black with #796F06

Text Example


Text Example

White with #796F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796F06; }

 p { color: rgb(121,111,6); }

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

background-color css

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

 a { background-color: rgb(121,111,6); }

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

border-color css

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

 span { border-color: rgb(121,111,6); }

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