Html Css Color HEX #818902 Olive

📋 copy color: '#818902'

red 129 ◦ green 137 ◦ blue 2

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

Shades of Olive #818902

Tints of Olive #818902

RGB

 RED value IS 129 (50.78% from 255) = 48.13%

 GREEN value IS 137 (53.91% from 255) = 51.12%

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

R = 48.13%
G = 51.12%
B = 0.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#818902 (or 0x818902) is known color: Olive. HEX triplet: 81, 89 and 02. RGB value is (129,137,2). Sum of RGB (Red+Green+Blue) = 129+137+2=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #818902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818902 is #7E76FD. Grayscale: #777777. Windows color (decimal): -8287998 or 166273. OLE color: 166273.

HSL color Cylindrical-coordinate representation of color #818902: hue angle of 63.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #818902 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 137 2 -
CMYK 0.06 0 0.99 0.46
HSL 63.56º 0.97% 0.27% -
HSV(B) 63.56º 0.99% 0.54% -
XYZ 18.01 22.56 3.46 -
YUV 119.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 129 137 2 0.06 0 0.99 0.46 63.56 0.97 0.27
Hex 81 89 2 6 0 63 2E 40 61 1B
Octal 201 211 2 6 0 143 56 100 141 33
Binary 10000001 10001001 10 110 0 1100011 101110 1000000 1100001 11011

Color Harmonies of #818902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818902

Black with #818902

Text Example


Text Example

White with #818902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818902; }

 p { color: rgb(129,137,2); }

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

background-color css

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

 a { background-color: rgb(129,137,2); }

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

border-color css

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

 span { border-color: rgb(129,137,2); }

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