Html Css Color HEX #747D06 Olive

📋 copy color: '#747D06'

red 116 ◦ green 125 ◦ blue 6

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

Shades of Olive #747D06

Tints of Olive #747D06

RGB

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

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

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

R = 46.96%
G = 50.61%
B = 2.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#747D06 (or 0x747D06) is known color: Olive. HEX triplet: 74, 7D and 06. RGB value is (116,125,6). Sum of RGB (Red+Green+Blue) = 116+125+6=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #747D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747D06 is #8B82F9. Grayscale: #6D6D6D. Windows color (decimal): -9143034 or 425332. OLE color: 425332.

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

Color convert

RGB 116 125 6 -
CMYK 0.07 0 0.95 0.51
HSL 64.54º 0.91% 0.26% -
HSV(B) 64.54º 0.95% 0.49% -
XYZ 14.57 18.39 2.95 -
YUV 108.74 70.02 133.18 -
System Red Green Blue C M Y K H S L
Decimal 116 125 6 0.07 0 0.95 0.51 64.54 0.91 0.26
Hex 74 7D 6 7 0 5F 33 41 5B 1A
Octal 164 175 6 7 0 137 63 101 133 32
Binary 1110100 1111101 110 111 0 1011111 110011 1000001 1011011 11010

Color Harmonies of #747D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D06

Black with #747D06

Text Example


Text Example

White with #747D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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