Html Css Color HEX #799B01 Olive

📋 copy color: '#799B01'

red 121 ◦ green 155 ◦ blue 1

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

Shades of Olive #799B01

Tints of Olive #799B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 43.68%
G = 55.96%
B = 0.36%

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

#799B01 (or 0x799B01) is known color: Olive. HEX triplet: 79, 9B and 01. RGB value is (121,155,1). Sum of RGB (Red+Green+Blue) = 121+155+1=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #799B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B01 is #8664FE. Grayscale: #7F7F7F. Windows color (decimal): -8807679 or 105337. OLE color: 105337.

HSL color Cylindrical-coordinate representation of color #799B01: hue angle of 73.25º degrees, saturation: 0.99, 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 #799B01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 1 -
CMYK 0.22 0 0.99 0.39
HSL 73.25º 0.99% 0.31% -
HSV(B) 73.25º 0.99% 0.61% -
XYZ 19.61 27.51 4.3 -
YUV 127.28 56.74 123.52 -
System Red Green Blue C M Y K H S L
Decimal 121 155 1 0.22 0 0.99 0.39 73.25 0.99 0.31
Hex 79 9B 1 16 0 63 27 49 63 1F
Octal 171 233 1 26 0 143 47 111 143 37
Binary 1111001 10011011 1 10110 0 1100011 100111 1001001 1100011 11111

Color Harmonies of #799B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B01

Black with #799B01

Text Example


Text Example

White with #799B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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