Html Css Color HEX #877F07 Olive

📋 copy color: '#877F07'

red 135 ◦ green 127 ◦ blue 7

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

Shades of Olive #877F07

Tints of Olive #877F07

RGB

 RED value IS 135 (53.13% from 255) = 50.19%

 GREEN value IS 127 (50% from 255) = 47.21%

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

R = 50.19%
G = 47.21%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#877F07 (or 0x877F07) is known color: Olive. HEX triplet: 87, 7F and 07. RGB value is (135,127,7). Sum of RGB (Red+Green+Blue) = 135+127+7=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #877F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F07 is #7880F8. Grayscale: #747474. Windows color (decimal): -7897337 or 491399. OLE color: 491399.

HSL color Cylindrical-coordinate representation of color #877F07: hue angle of 56.25º 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 #877F07 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 7 -
CMYK 0 0.06 0.95 0.47
HSL 56.25º 0.9% 0.28% -
HSV(B) 56.25º 0.95% 0.53% -
XYZ 17.62 20.34 3.2 -
YUV 115.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 135 127 7 0 0.06 0.95 0.47 56.25 0.9 0.28
Hex 87 7F 7 0 6 5F 2F 38 5A 1C
Octal 207 177 7 0 6 137 57 70 132 34
Binary 10000111 1111111 111 0 110 1011111 101111 111000 1011010 11100

Color Harmonies of #877F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F07

Black with #877F07

Text Example


Text Example

White with #877F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F07; }

 p { color: rgb(135,127,7); }

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

background-color css

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

 a { background-color: rgb(135,127,7); }

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

border-color css

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

 span { border-color: rgb(135,127,7); }

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