Html Css Color HEX #7F7602 Olive

📋 copy color: '#7F7602'

red 127 ◦ green 118 ◦ blue 2

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

Shades of Olive #7F7602

Tints of Olive #7F7602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

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

R = 51.42%
G = 47.77%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F7602 (or 0x7F7602) is known color: Olive. HEX triplet: 7F, 76 and 02. RGB value is (127,118,2). Sum of RGB (Red+Green+Blue) = 127+118+2=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7602 is #8089FD. Grayscale: #6B6B6B. Windows color (decimal): -8423934 or 161407. OLE color: 161407.

HSL color Cylindrical-coordinate representation of color #7F7602: hue angle of 55.68º 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 #7F7602 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 2 -
CMYK 0 0.07 0.98 0.50
HSL 55.68º 0.97% 0.25% -
HSV(B) 55.68º 0.98% 0.5% -
XYZ 15.24 17.47 2.63 -
YUV 107.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 127 118 2 0 0.07 0.98 0.50 55.68 0.97 0.25
Hex 7F 76 2 0 7 62 32 38 61 19
Octal 177 166 2 0 7 142 62 70 141 31
Binary 1111111 1110110 10 0 111 1100010 110010 111000 1100001 11001

Color Harmonies of #7F7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7602

Black with #7F7602

Text Example


Text Example

White with #7F7602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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