Html Css Color HEX #748005 Olive

📋 copy color: '#748005'

red 116 ◦ green 128 ◦ blue 5

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

Shades of Olive #748005

Tints of Olive #748005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 46.59%
G = 51.41%
B = 2.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#748005 (or 0x748005) is known color: Olive. HEX triplet: 74, 80 and 05. RGB value is (116,128,5). Sum of RGB (Red+Green+Blue) = 116+128+5=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #748005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748005 is #8B7FFA. Grayscale: #6E6E6E. Windows color (decimal): -9142267 or 360564. OLE color: 360564.

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

Color convert

RGB 116 128 5 -
CMYK 0.09 0 0.96 0.50
HSL 65.85º 0.92% 0.26% -
HSV(B) 65.85º 0.96% 0.5% -
XYZ 14.95 19.16 3.05 -
YUV 110.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 116 128 5 0.09 0 0.96 0.50 65.85 0.92 0.26
Hex 74 80 5 9 0 60 32 42 5C 1A
Octal 164 200 5 11 0 140 62 102 134 32
Binary 1110100 10000000 101 1001 0 1100000 110010 1000010 1011100 11010

Color Harmonies of #748005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748005

Black with #748005

Text Example


Text Example

White with #748005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748005; }

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

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

background-color css

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

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

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

border-color css

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

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

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