Html Css Color HEX #7F7C03 Olive

📋 copy color: '#7F7C03'

red 127 ◦ green 124 ◦ blue 3

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

Shades of Olive #7F7C03

Tints of Olive #7F7C03

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.82%

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 50%
G = 48.82%
B = 1.18%

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

#7F7C03 (or 0x7F7C03) is known color: Olive. HEX triplet: 7F, 7C and 03. RGB value is (127,124,3). Sum of RGB (Red+Green+Blue) = 127+124+3=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7C03 is #8083FC. Grayscale: #6F6F6F. Windows color (decimal): -8422397 or 228479. OLE color: 228479.

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

Color convert

RGB 127 124 3 -
CMYK 0 0.02 0.98 0.50
HSL 58.55º 0.95% 0.25% -
HSV(B) 58.55º 0.98% 0.5% -
XYZ 15.98 18.93 2.9 -
YUV 111.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 127 124 3 0 0.02 0.98 0.50 58.55 0.95 0.25
Hex 7F 7C 3 0 2 62 32 3B 5F 19
Octal 177 174 3 0 2 142 62 73 137 31
Binary 1111111 1111100 11 0 10 1100010 110010 111011 1011111 11001

Color Harmonies of #7F7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7C03

Black with #7F7C03

Text Example


Text Example

White with #7F7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,124,3); }

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

background-color css

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

 a { background-color: rgb(127,124,3); }

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

border-color css

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

 span { border-color: rgb(127,124,3); }

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