Html Css Color HEX #799B03 Olive

📋 copy color: '#799B03'

red 121 ◦ green 155 ◦ blue 3

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

Shades of Olive #799B03

Tints of Olive #799B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 43.37%
G = 55.56%
B = 1.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#799B03 (or 0x799B03) is known color: Olive. HEX triplet: 79, 9B and 03. RGB value is (121,155,3). Sum of RGB (Red+Green+Blue) = 121+155+3=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #799B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B03 is #8664FC. Grayscale: #808080. Windows color (decimal): -8807677 or 236409. OLE color: 236409.

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

Color convert

RGB 121 155 3 -
CMYK 0.22 0 0.98 0.39
HSL 73.42º 0.96% 0.31% -
HSV(B) 73.42º 0.98% 0.61% -
XYZ 19.62 27.51 4.36 -
YUV 127.51 57.74 123.36 -
System Red Green Blue C M Y K H S L
Decimal 121 155 3 0.22 0 0.98 0.39 73.42 0.96 0.31
Hex 79 9B 3 16 0 62 27 49 60 1F
Octal 171 233 3 26 0 142 47 111 140 37
Binary 1111001 10011011 11 10110 0 1100010 100111 1001001 1100000 11111

Color Harmonies of #799B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B03

Black with #799B03

Text Example


Text Example

White with #799B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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