Html Css Color HEX #7F7D02 Olive

📋 copy color: '#7F7D02'

red 127 ◦ green 125 ◦ blue 2

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

Shades of Olive #7F7D02

Tints of Olive #7F7D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.21%

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

R = 50%
G = 49.21%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F7D02 (or 0x7F7D02) is known color: Olive. HEX triplet: 7F, 7D and 02. RGB value is (127,125,2). Sum of RGB (Red+Green+Blue) = 127+125+2=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7D02 is #8082FD. Grayscale: #707070. Windows color (decimal): -8422142 or 163199. OLE color: 163199.

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

Color convert

RGB 127 125 2 -
CMYK 0 0.02 0.98 0.50
HSL 59.04º 0.97% 0.25% -
HSV(B) 59.04º 0.98% 0.5% -
XYZ 16.1 19.18 2.91 -
YUV 111.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 127 125 2 0 0.02 0.98 0.50 59.04 0.97 0.25
Hex 7F 7D 2 0 2 62 32 3B 61 19
Octal 177 175 2 0 2 142 62 73 141 31
Binary 1111111 1111101 10 0 10 1100010 110010 111011 1100001 11001

Color Harmonies of #7F7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7D02

Black with #7F7D02

Text Example


Text Example

White with #7F7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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