Html Css Color HEX #747C06 Olive

📋 copy color: '#747C06'

red 116 ◦ green 124 ◦ blue 6

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

Shades of Olive #747C06

Tints of Olive #747C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 47.15%
G = 50.41%
B = 2.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#747C06 (or 0x747C06) is known color: Olive. HEX triplet: 74, 7C and 06. RGB value is (116,124,6). Sum of RGB (Red+Green+Blue) = 116+124+6=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #747C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C06 is #8B83F9. Grayscale: #6C6C6C. Windows color (decimal): -9143290 or 425076. OLE color: 425076.

HSL color Cylindrical-coordinate representation of color #747C06: hue angle of 64.07º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #747C06 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 6 -
CMYK 0.06 0 0.95 0.51
HSL 64.07º 0.91% 0.25% -
HSV(B) 64.07º 0.95% 0.49% -
XYZ 14.44 18.14 2.91 -
YUV 108.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 116 124 6 0.06 0 0.95 0.51 64.07 0.91 0.25
Hex 74 7C 6 6 0 5F 33 40 5B 19
Octal 164 174 6 6 0 137 63 100 133 31
Binary 1110100 1111100 110 110 0 1011111 110011 1000000 1011011 11001

Color Harmonies of #747C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C06

Black with #747C06

Text Example


Text Example

White with #747C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,6); }

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

background-color css

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

 a { background-color: rgb(116,124,6); }

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

border-color css

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

 span { border-color: rgb(116,124,6); }

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