Html Css Color HEX #818007 Olive

📋 copy color: '#818007'

red 129 ◦ green 128 ◦ blue 7

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

Shades of Olive #818007

Tints of Olive #818007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.48%

 BLUE value IS 7 (3.13% from 255) = 2.65%

R = 48.86%
G = 48.48%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#818007 (or 0x818007) is known color: Olive. HEX triplet: 81, 80 and 07. RGB value is (129,128,7). Sum of RGB (Red+Green+Blue) = 129+128+7=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #818007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818007 is #7E7FF8. Grayscale: #727272. Windows color (decimal): -8290297 or 491649. OLE color: 491649.

HSL color Cylindrical-coordinate representation of color #818007: hue angle of 59.51º degrees, saturation: 0.9, 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 #818007 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 128 7 -
CMYK 0 0.01 0.95 0.49
HSL 59.51º 0.9% 0.27% -
HSV(B) 59.51º 0.95% 0.51% -
XYZ 16.81 20.12 3.2 -
YUV 114.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 129 128 7 0 0.01 0.95 0.49 59.51 0.9 0.27
Hex 81 80 7 0 1 5F 31 3C 5A 1B
Octal 201 200 7 0 1 137 61 74 132 33
Binary 10000001 10000000 111 0 1 1011111 110001 111100 1011010 11011

Color Harmonies of #818007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818007

Black with #818007

Text Example


Text Example

White with #818007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818007; }

 p { color: rgb(129,128,7); }

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

background-color css

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

 a { background-color: rgb(129,128,7); }

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

border-color css

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

 span { border-color: rgb(129,128,7); }

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