Html Css Color HEX #819002 Olive

📋 copy color: '#819002'

red 129 ◦ green 144 ◦ blue 2

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

Shades of Olive #819002

Tints of Olive #819002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.36%

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

R = 46.91%
G = 52.36%
B = 0.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#819002 (or 0x819002) is known color: Olive. HEX triplet: 81, 90 and 02. RGB value is (129,144,2). Sum of RGB (Red+Green+Blue) = 129+144+2=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #819002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819002 is #7E6FFD. Grayscale: #7B7B7B. Windows color (decimal): -8286206 or 168065. OLE color: 168065.

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

Color convert

RGB 129 144 2 -
CMYK 0.10 0 0.99 0.44
HSL 66.34º 0.97% 0.29% -
HSV(B) 66.34º 0.99% 0.56% -
XYZ 19.04 24.62 3.81 -
YUV 123.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 129 144 2 0.10 0 0.99 0.44 66.34 0.97 0.29
Hex 81 90 2 A 0 63 2C 42 61 1D
Octal 201 220 2 12 0 143 54 102 141 35
Binary 10000001 10010000 10 1010 0 1100011 101100 1000010 1100001 11101

Color Harmonies of #819002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819002

Black with #819002

Text Example


Text Example

White with #819002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819002; }

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

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

background-color css

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

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

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

border-color css

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

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

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