Html Css Color HEX #7F8507 Olive

📋 copy color: '#7F8507'

red 127 ◦ green 133 ◦ blue 7

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

Shades of Olive #7F8507

Tints of Olive #7F8507

RGB

 RED value IS 127 (50% from 255) = 47.57%

 GREEN value IS 133 (52.34% from 255) = 49.81%

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

R = 47.57%
G = 49.81%
B = 2.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#7F8507 (or 0x7F8507) is known color: Olive. HEX triplet: 7F, 85 and 07. RGB value is (127,133,7). Sum of RGB (Red+Green+Blue) = 127+133+7=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8507 is #807AF8. Grayscale: #757575. Windows color (decimal): -8420089 or 492927. OLE color: 492927.

HSL color Cylindrical-coordinate representation of color #7F8507: hue angle of 62.86º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F8507 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 7 -
CMYK 0.05 0 0.95 0.48
HSL 62.86º 0.9% 0.27% -
HSV(B) 62.86º 0.95% 0.52% -
XYZ 17.18 21.3 3.41 -
YUV 116.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 127 133 7 0.05 0 0.95 0.48 62.86 0.9 0.27
Hex 7F 85 7 5 0 5F 30 3F 5A 1B
Octal 177 205 7 5 0 137 60 77 132 33
Binary 1111111 10000101 111 101 0 1011111 110000 111111 1011010 11011

Color Harmonies of #7F8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8507

Black with #7F8507

Text Example


Text Example

White with #7F8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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