Html Css Color HEX #748205 Olive

📋 copy color: '#748205'

red 116 ◦ green 130 ◦ blue 5

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

Shades of Olive #748205

Tints of Olive #748205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.79%

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

R = 46.22%
G = 51.79%
B = 1.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#748205 (or 0x748205) is known color: Olive. HEX triplet: 74, 82 and 05. RGB value is (116,130,5). Sum of RGB (Red+Green+Blue) = 116+130+5=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #748205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748205 is #8B7DFA. Grayscale: #707070. Windows color (decimal): -9141755 or 361076. OLE color: 361076.

HSL color Cylindrical-coordinate representation of color #748205: hue angle of 66.72º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748205 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 5 -
CMYK 0.11 0 0.96 0.49
HSL 66.72º 0.93% 0.26% -
HSV(B) 66.72º 0.96% 0.51% -
XYZ 15.21 19.69 3.14 -
YUV 111.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 116 130 5 0.11 0 0.96 0.49 66.72 0.93 0.26
Hex 74 82 5 B 0 60 31 43 5D 1A
Octal 164 202 5 13 0 140 61 103 135 32
Binary 1110100 10000010 101 1011 0 1100000 110001 1000011 1011101 11010

Color Harmonies of #748205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748205

Black with #748205

Text Example


Text Example

White with #748205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748205; }

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

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

background-color css

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

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

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

border-color css

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

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

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