Html Css Color HEX #748006 Olive

📋 copy color: '#748006'

red 116 ◦ green 128 ◦ blue 6

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

Shades of Olive #748006

Tints of Olive #748006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

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

R = 46.4%
G = 51.2%
B = 2.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#748006 (or 0x748006) is known color: Olive. HEX triplet: 74, 80 and 06. RGB value is (116,128,6). Sum of RGB (Red+Green+Blue) = 116+128+6=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #748006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748006 is #8B7FF9. Grayscale: #6E6E6E. Windows color (decimal): -9142266 or 426100. OLE color: 426100.

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

Color convert

RGB 116 128 6 -
CMYK 0.09 0 0.95 0.50
HSL 65.9º 0.91% 0.26% -
HSV(B) 65.9º 0.95% 0.5% -
XYZ 14.95 19.16 3.08 -
YUV 110.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 116 128 6 0.09 0 0.95 0.50 65.9 0.91 0.26
Hex 74 80 6 9 0 5F 32 42 5B 1A
Octal 164 200 6 11 0 137 62 102 133 32
Binary 1110100 10000000 110 1001 0 1011111 110010 1000010 1011011 11010

Color Harmonies of #748006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748006

Black with #748006

Text Example


Text Example

White with #748006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748006; }

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

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

background-color css

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

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

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

border-color css

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

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

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