Html Css Color HEX #7F8504 Olive

📋 copy color: '#7F8504'

red 127 ◦ green 133 ◦ blue 4

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

Shades of Olive #7F8504

Tints of Olive #7F8504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 48.11%
G = 50.38%
B = 1.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#7F8504 (or 0x7F8504) is known color: Olive. HEX triplet: 7F, 85 and 04. RGB value is (127,133,4). Sum of RGB (Red+Green+Blue) = 127+133+4=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8504 is #807AFB. Grayscale: #757575. Windows color (decimal): -8420092 or 296319. OLE color: 296319.

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

Color convert

RGB 127 133 4 -
CMYK 0.05 0 0.97 0.48
HSL 62.79º 0.94% 0.27% -
HSV(B) 62.79º 0.97% 0.52% -
XYZ 17.16 21.3 3.32 -
YUV 116.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 127 133 4 0.05 0 0.97 0.48 62.79 0.94 0.27
Hex 7F 85 4 5 0 61 30 3F 5E 1B
Octal 177 205 4 5 0 141 60 77 136 33
Binary 1111111 10000101 100 101 0 1100001 110000 111111 1011110 11011

Color Harmonies of #7F8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8504

Black with #7F8504

Text Example


Text Example

White with #7F8504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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