Html Css Color HEX #838007 Olive

📋 copy color: '#838007'

red 131 ◦ green 128 ◦ blue 7

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

Shades of Olive #838007

Tints of Olive #838007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 49.25%
G = 48.12%
B = 2.63%

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

#838007 (or 0x838007) is known color: Olive. HEX triplet: 83, 80 and 07. RGB value is (131,128,7). Sum of RGB (Red+Green+Blue) = 131+128+7=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #838007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838007 is #7C7FF8. Grayscale: #737373. Windows color (decimal): -8159225 or 491651. OLE color: 491651.

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

Color convert

RGB 131 128 7 -
CMYK 0 0.02 0.95 0.49
HSL 58.55º 0.9% 0.27% -
HSV(B) 58.55º 0.95% 0.51% -
XYZ 17.12 20.28 3.21 -
YUV 115.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 131 128 7 0 0.02 0.95 0.49 58.55 0.9 0.27
Hex 83 80 7 0 2 5F 31 3B 5A 1B
Octal 203 200 7 0 2 137 61 73 132 33
Binary 10000011 10000000 111 0 10 1011111 110001 111011 1011010 11011

Color Harmonies of #838007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838007

Black with #838007

Text Example


Text Example

White with #838007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838007; }

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

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

background-color css

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

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

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

border-color css

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

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

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