Html Css Color HEX #818E02 Olive

📋 copy color: '#818E02'

red 129 ◦ green 142 ◦ blue 2

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

Shades of Olive #818E02

Tints of Olive #818E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.01%

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

R = 47.25%
G = 52.01%
B = 0.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#818E02 (or 0x818E02) is known color: Olive. HEX triplet: 81, 8E and 02. RGB value is (129,142,2). Sum of RGB (Red+Green+Blue) = 129+142+2=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #818E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818E02 is #7E71FD. Grayscale: #7A7A7A. Windows color (decimal): -8286718 or 167553. OLE color: 167553.

HSL color Cylindrical-coordinate representation of color #818E02: hue angle of 65.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #818E02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 2 -
CMYK 0.09 0 0.99 0.44
HSL 65.57º 0.97% 0.28% -
HSV(B) 65.57º 0.99% 0.56% -
XYZ 18.74 24.02 3.71 -
YUV 122.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 129 142 2 0.09 0 0.99 0.44 65.57 0.97 0.28
Hex 81 8E 2 9 0 63 2C 42 61 1C
Octal 201 216 2 11 0 143 54 102 141 34
Binary 10000001 10001110 10 1001 0 1100011 101100 1000010 1100001 11100

Color Harmonies of #818E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E02

Black with #818E02

Text Example


Text Example

White with #818E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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