Html Css Color HEX #799B02 Olive

📋 copy color: '#799B02'

red 121 ◦ green 155 ◦ blue 2

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

Shades of Olive #799B02

Tints of Olive #799B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.76%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 43.53%
G = 55.76%
B = 0.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#799B02 (or 0x799B02) is known color: Olive. HEX triplet: 79, 9B and 02. RGB value is (121,155,2). Sum of RGB (Red+Green+Blue) = 121+155+2=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #799B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B02 is #8664FD. Grayscale: #7F7F7F. Windows color (decimal): -8807678 or 170873. OLE color: 170873.

HSL color Cylindrical-coordinate representation of color #799B02: hue angle of 73.33º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799B02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 2 -
CMYK 0.22 0 0.99 0.39
HSL 73.33º 0.97% 0.31% -
HSV(B) 73.33º 0.99% 0.61% -
XYZ 19.62 27.51 4.33 -
YUV 127.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 121 155 2 0.22 0 0.99 0.39 73.33 0.97 0.31
Hex 79 9B 2 16 0 63 27 49 61 1F
Octal 171 233 2 26 0 143 47 111 141 37
Binary 1111001 10011011 10 10110 0 1100011 100111 1001001 1100001 11111

Color Harmonies of #799B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B02

Black with #799B02

Text Example


Text Example

White with #799B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799B02; }

 p { color: rgb(121,155,2); }

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

background-color css

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

 a { background-color: rgb(121,155,2); }

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

border-color css

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

 span { border-color: rgb(121,155,2); }

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