Html Css Color HEX #829708 Olive

📋 copy color: '#829708'

red 130 ◦ green 151 ◦ blue 8

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

Shades of Olive #829708

Tints of Olive #829708

RGB

 RED value IS 130 (51.17% from 255) = 44.98%

 GREEN value IS 151 (59.38% from 255) = 52.25%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 44.98%
G = 52.25%
B = 2.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#829708 (or 0x829708) is known color: Olive. HEX triplet: 82, 97 and 08. RGB value is (130,151,8). Sum of RGB (Red+Green+Blue) = 130+151+8=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #829708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829708 is #7D68F7. Grayscale: #808080. Windows color (decimal): -8218872 or 563074. OLE color: 563074.

HSL color Cylindrical-coordinate representation of color #829708: hue angle of 68.81º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #829708 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 8 -
CMYK 0.14 0 0.95 0.41
HSL 68.81º 0.9% 0.31% -
HSV(B) 68.81º 0.95% 0.59% -
XYZ 20.32 26.9 4.35 -
YUV 128.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 130 151 8 0.14 0 0.95 0.41 68.81 0.9 0.31
Hex 82 97 8 E 0 5F 29 45 5A 1F
Octal 202 227 10 16 0 137 51 105 132 37
Binary 10000010 10010111 1000 1110 0 1011111 101001 1000101 1011010 11111

Color Harmonies of #829708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829708

Black with #829708

Text Example


Text Example

White with #829708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829708; }

 p { color: rgb(130,151,8); }

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

background-color css

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

 a { background-color: rgb(130,151,8); }

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

border-color css

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

 span { border-color: rgb(130,151,8); }

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