Html Css Color HEX #7F6802 Olive

📋 copy color: '#7F6802'

red 127 ◦ green 104 ◦ blue 2

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

Shades of Olive #7F6802

Tints of Olive #7F6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.64%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 54.51%
G = 44.64%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F6802 (or 0x7F6802) is known color: Olive. HEX triplet: 7F, 68 and 02. RGB value is (127,104,2). Sum of RGB (Red+Green+Blue) = 127+104+2=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6802 is #8097FD. Grayscale: #636363. Windows color (decimal): -8427518 or 157823. OLE color: 157823.

HSL color Cylindrical-coordinate representation of color #7F6802: hue angle of 48.96º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F6802 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 104 2 -
CMYK 0 0.18 0.98 0.50
HSL 48.96º 0.97% 0.25% -
HSV(B) 48.96º 0.98% 0.5% -
XYZ 13.71 14.42 2.12 -
YUV 99.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 127 104 2 0 0.18 0.98 0.50 48.96 0.97 0.25
Hex 7F 68 2 0 12 62 32 31 61 19
Octal 177 150 2 0 22 142 62 61 141 31
Binary 1111111 1101000 10 0 10010 1100010 110010 110001 1100001 11001

Color Harmonies of #7F6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6802

Black with #7F6802

Text Example


Text Example

White with #7F6802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,2); }

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

background-color css

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

 a { background-color: rgb(127,104,2); }

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

border-color css

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

 span { border-color: rgb(127,104,2); }

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