Html Css Color HEX #7F820F Olive

📋 copy color: '#7F820F'

red 127 ◦ green 130 ◦ blue 15

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

Shades of Olive #7F820F

Tints of Olive #7F820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.79%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 46.69%
G = 47.79%
B = 5.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#7F820F (or 0x7F820F) is known color: Olive. HEX triplet: 7F, 82 and 0F. RGB value is (127,130,15). Sum of RGB (Red+Green+Blue) = 127+130+15=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #7F820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F820F is #807DF0. Grayscale: #747474. Windows color (decimal): -8420849 or 1016447. OLE color: 1016447.

HSL color Cylindrical-coordinate representation of color #7F820F: hue angle of 61.57º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F820F is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 130 15 -
CMYK 0.02 0 0.88 0.49
HSL 61.57º 0.79% 0.28% -
HSV(B) 61.57º 0.88% 0.51% -
XYZ 16.82 20.51 3.52 -
YUV 115.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 127 130 15 0.02 0 0.88 0.49 61.57 0.79 0.28
Hex 7F 82 F 2 0 58 31 3E 4F 1C
Octal 177 202 17 2 0 130 61 76 117 34
Binary 1111111 10000010 1111 10 0 1011000 110001 111110 1001111 11100

Color Harmonies of #7F820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F820F

Black with #7F820F

Text Example


Text Example

White with #7F820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,15); }

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

background-color css

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

 a { background-color: rgb(127,130,15); }

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

border-color css

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

 span { border-color: rgb(127,130,15); }

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