Html Css Color HEX #748906 Olive

📋 copy color: '#748906'

red 116 ◦ green 137 ◦ blue 6

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

Shades of Olive #748906

Tints of Olive #748906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.9%

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

R = 44.79%
G = 52.9%
B = 2.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#748906 (or 0x748906) is known color: Olive. HEX triplet: 74, 89 and 06. RGB value is (116,137,6). Sum of RGB (Red+Green+Blue) = 116+137+6=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #748906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748906 is #8B76F9. Grayscale: #747474. Windows color (decimal): -9139962 or 428404. OLE color: 428404.

HSL color Cylindrical-coordinate representation of color #748906: hue angle of 69.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748906 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 6 -
CMYK 0.15 0 0.96 0.46
HSL 69.62º 0.92% 0.28% -
HSV(B) 69.62º 0.96% 0.54% -
XYZ 16.18 21.62 3.49 -
YUV 115.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 116 137 6 0.15 0 0.96 0.46 69.62 0.92 0.28
Hex 74 89 6 F 0 60 2E 46 5C 1C
Octal 164 211 6 17 0 140 56 106 134 34
Binary 1110100 10001001 110 1111 0 1100000 101110 1000110 1011100 11100

Color Harmonies of #748906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748906

Black with #748906

Text Example


Text Example

White with #748906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748906; }

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

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

background-color css

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

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

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

border-color css

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

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

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