Html Css Color HEX #747F07 Olive

📋 copy color: '#747F07'

red 116 ◦ green 127 ◦ blue 7

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

Shades of Olive #747F07

Tints of Olive #747F07

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

 GREEN value IS 127 (50% from 255) = 50.8%

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 46.4%
G = 50.8%
B = 2.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#747F07 (or 0x747F07) is known color: Olive. HEX triplet: 74, 7F and 07. RGB value is (116,127,7). Sum of RGB (Red+Green+Blue) = 116+127+7=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #747F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F07 is #8B80F8. Grayscale: #6E6E6E. Windows color (decimal): -9142521 or 491380. OLE color: 491380.

HSL color Cylindrical-coordinate representation of color #747F07: hue angle of 65.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747F07 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 127 7 -
CMYK 0.09 0 0.94 0.50
HSL 65.5º 0.9% 0.26% -
HSV(B) 65.5º 0.94% 0.5% -
XYZ 14.83 18.91 3.07 -
YUV 110.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 116 127 7 0.09 0 0.94 0.50 65.5 0.9 0.26
Hex 74 7F 7 9 0 5E 32 42 5A 1A
Octal 164 177 7 11 0 136 62 102 132 32
Binary 1110100 1111111 111 1001 0 1011110 110010 1000010 1011010 11010

Color Harmonies of #747F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F07

Black with #747F07

Text Example


Text Example

White with #747F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747F07; }

 p { color: rgb(116,127,7); }

 H1.HeaderClassName
 {
   color: #747F07;
 }
 .AnyTagClassName
 {
   color: #747F07;
 }
</style>

background-color css

<style>
 a { background-color: #747F07; }

 a { background-color: rgb(116,127,7); }

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

border-color css

<style>
 span { border-color: #747F07; }

 span { border-color: rgb(116,127,7); }

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