Html Css Color HEX #839006 Olive

📋 copy color: '#839006'

red 131 ◦ green 144 ◦ blue 6

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

Shades of Olive #839006

Tints of Olive #839006

RGB

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

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

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

R = 46.62%
G = 51.25%
B = 2.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#839006 (or 0x839006) is known color: Olive. HEX triplet: 83, 90 and 06. RGB value is (131,144,6). Sum of RGB (Red+Green+Blue) = 131+144+6=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #839006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839006 is #7C6FF9. Grayscale: #7C7C7C. Windows color (decimal): -8155130 or 430211. OLE color: 430211.

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

Color convert

RGB 131 144 6 -
CMYK 0.09 0 0.96 0.44
HSL 65.65º 0.92% 0.29% -
HSV(B) 65.65º 0.96% 0.56% -
XYZ 19.37 24.78 3.94 -
YUV 124.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 131 144 6 0.09 0 0.96 0.44 65.65 0.92 0.29
Hex 83 90 6 9 0 60 2C 42 5C 1D
Octal 203 220 6 11 0 140 54 102 134 35
Binary 10000011 10010000 110 1001 0 1100000 101100 1000010 1011100 11101

Color Harmonies of #839006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839006

Black with #839006

Text Example


Text Example

White with #839006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839006; }

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

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

background-color css

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

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

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

border-color css

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

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

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