Html Css Color HEX #818306 Olive

📋 copy color: '#818306'

red 129 ◦ green 131 ◦ blue 6

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

Shades of Olive #818306

Tints of Olive #818306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 48.5%
G = 49.25%
B = 2.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#818306 (or 0x818306) is known color: Olive. HEX triplet: 81, 83 and 06. RGB value is (129,131,6). Sum of RGB (Red+Green+Blue) = 129+131+6=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #818306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818306 is #7E7CF9. Grayscale: #747474. Windows color (decimal): -8289530 or 426881. OLE color: 426881.

HSL color Cylindrical-coordinate representation of color #818306: hue angle of 60.96º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #818306 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 131 6 -
CMYK 0.02 0 0.95 0.49
HSL 60.96º 0.91% 0.27% -
HSV(B) 60.96º 0.95% 0.51% -
XYZ 17.2 20.91 3.3 -
YUV 116.15 65.84 137.16 -
System Red Green Blue C M Y K H S L
Decimal 129 131 6 0.02 0 0.95 0.49 60.96 0.91 0.27
Hex 81 83 6 2 0 5F 31 3D 5B 1B
Octal 201 203 6 2 0 137 61 75 133 33
Binary 10000001 10000011 110 10 0 1011111 110001 111101 1011011 11011

Color Harmonies of #818306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818306

Black with #818306

Text Example


Text Example

White with #818306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818306; }

 p { color: rgb(129,131,6); }

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

background-color css

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

 a { background-color: rgb(129,131,6); }

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

border-color css

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

 span { border-color: rgb(129,131,6); }

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