Html Css Color HEX #829604 Olive

📋 copy color: '#829604'

red 130 ◦ green 150 ◦ blue 4

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

Shades of Olive #829604

Tints of Olive #829604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.82%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 45.77%
G = 52.82%
B = 1.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#829604 (or 0x829604) is known color: Olive. HEX triplet: 82, 96 and 04. RGB value is (130,150,4). Sum of RGB (Red+Green+Blue) = 130+150+4=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #829604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829604 is #7D69FB. Grayscale: #7F7F7F. Windows color (decimal): -8219132 or 300674. OLE color: 300674.

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

Color convert

RGB 130 150 4 -
CMYK 0.13 0 0.97 0.41
HSL 68.22º 0.95% 0.3% -
HSV(B) 68.22º 0.97% 0.59% -
XYZ 20.13 26.57 4.18 -
YUV 127.38 58.37 129.87 -
System Red Green Blue C M Y K H S L
Decimal 130 150 4 0.13 0 0.97 0.41 68.22 0.95 0.3
Hex 82 96 4 D 0 61 29 44 5F 1E
Octal 202 226 4 15 0 141 51 104 137 36
Binary 10000010 10010110 100 1101 0 1100001 101001 1000100 1011111 11110

Color Harmonies of #829604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829604

Black with #829604

Text Example


Text Example

White with #829604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829604; }

 p { color: rgb(130,150,4); }

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

background-color css

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

 a { background-color: rgb(130,150,4); }

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

border-color css

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

 span { border-color: rgb(130,150,4); }

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