Html Css Color HEX #867007 Olive

📋 copy color: '#867007'

red 134 ◦ green 112 ◦ blue 7

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

Shades of Olive #867007

Tints of Olive #867007

RGB

 RED value IS 134 (52.73% from 255) = 52.96%

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 52.96%
G = 44.27%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#867007 (or 0x867007) is known color: Olive. HEX triplet: 86, 70 and 07. RGB value is (134,112,7). Sum of RGB (Red+Green+Blue) = 134+112+7=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #867007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867007 is #798FF8. Grayscale: #6B6B6B. Windows color (decimal): -7966713 or 487558. OLE color: 487558.

HSL color Cylindrical-coordinate representation of color #867007: hue angle of 49.61º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #867007 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 7 -
CMYK 0 0.16 0.95 0.47
HSL 49.61º 0.9% 0.28% -
HSV(B) 49.61º 0.95% 0.53% -
XYZ 15.66 16.67 2.59 -
YUV 106.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 134 112 7 0 0.16 0.95 0.47 49.61 0.9 0.28
Hex 86 70 7 0 10 5F 2F 32 5A 1C
Octal 206 160 7 0 20 137 57 62 132 34
Binary 10000110 1110000 111 0 10000 1011111 101111 110010 1011010 11100

Color Harmonies of #867007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867007

Black with #867007

Text Example


Text Example

White with #867007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867007; }

 p { color: rgb(134,112,7); }

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

background-color css

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

 a { background-color: rgb(134,112,7); }

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

border-color css

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

 span { border-color: rgb(134,112,7); }

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