Html Css Color HEX #747F0D Olive

📋 copy color: '#747F0D'

red 116 ◦ green 127 ◦ blue 13

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

Shades of Olive #747F0D

Tints of Olive #747F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 45.31%
G = 49.61%
B = 5.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#747F0D (or 0x747F0D) is known color: Olive. HEX triplet: 74, 7F and 0D. RGB value is (116,127,13). Sum of RGB (Red+Green+Blue) = 116+127+13=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #747F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F0D is #8B80F2. Grayscale: #6F6F6F. Windows color (decimal): -9142515 or 884596. OLE color: 884596.

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

Color convert

RGB 116 127 13 -
CMYK 0.09 0 0.90 0.50
HSL 65.79º 0.81% 0.27% -
HSV(B) 65.79º 0.9% 0.5% -
XYZ 14.86 18.92 3.25 -
YUV 110.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 116 127 13 0.09 0 0.90 0.50 65.79 0.81 0.27
Hex 74 7F D 9 0 5A 32 42 51 1B
Octal 164 177 15 11 0 132 62 102 121 33
Binary 1110100 1111111 1101 1001 0 1011010 110010 1000010 1010001 11011

Color Harmonies of #747F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F0D

Black with #747F0D

Text Example


Text Example

White with #747F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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