Html Css Color HEX #839005 Olive

📋 copy color: '#839005'

red 131 ◦ green 144 ◦ blue 5

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

Shades of Olive #839005

Tints of Olive #839005

RGB

 RED value IS 131 (51.56% from 255) = 46.79%

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 46.79%
G = 51.43%
B = 1.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#839005 (or 0x839005) is known color: Olive. HEX triplet: 83, 90 and 05. RGB value is (131,144,5). Sum of RGB (Red+Green+Blue) = 131+144+5=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #839005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839005 is #7C6FFA. Grayscale: #7C7C7C. Windows color (decimal): -8155131 or 364675. OLE color: 364675.

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

Color convert

RGB 131 144 5 -
CMYK 0.09 0 0.97 0.44
HSL 65.61º 0.93% 0.29% -
HSV(B) 65.61º 0.97% 0.56% -
XYZ 19.36 24.78 3.91 -
YUV 124.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 131 144 5 0.09 0 0.97 0.44 65.61 0.93 0.29
Hex 83 90 5 9 0 61 2C 42 5D 1D
Octal 203 220 5 11 0 141 54 102 135 35
Binary 10000011 10010000 101 1001 0 1100001 101100 1000010 1011101 11101

Color Harmonies of #839005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839005

Black with #839005

Text Example


Text Example

White with #839005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839005; }

 p { color: rgb(131,144,5); }

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

background-color css

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

 a { background-color: rgb(131,144,5); }

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

border-color css

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

 span { border-color: rgb(131,144,5); }

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