Html Css Color HEX #838006 Olive

📋 copy color: '#838006'

red 131 ◦ green 128 ◦ blue 6

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

Shades of Olive #838006

Tints of Olive #838006

RGB

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

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

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

R = 49.43%
G = 48.3%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#838006 (or 0x838006) is known color: Olive. HEX triplet: 83, 80 and 06. RGB value is (131,128,6). Sum of RGB (Red+Green+Blue) = 131+128+6=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #838006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838006 is #7C7FF9. Grayscale: #737373. Windows color (decimal): -8159226 or 426115. OLE color: 426115.

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

Color convert

RGB 131 128 6 -
CMYK 0 0.02 0.95 0.49
HSL 58.56º 0.91% 0.27% -
HSV(B) 58.56º 0.95% 0.51% -
XYZ 17.11 20.28 3.18 -
YUV 114.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 131 128 6 0 0.02 0.95 0.49 58.56 0.91 0.27
Hex 83 80 6 0 2 5F 31 3B 5B 1B
Octal 203 200 6 0 2 137 61 73 133 33
Binary 10000011 10000000 110 0 10 1011111 110001 111011 1011011 11011

Color Harmonies of #838006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838006

Black with #838006

Text Example


Text Example

White with #838006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838006; }

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

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

background-color css

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

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

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

border-color css

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

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

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