Html Css Color HEX #738005 Olive

📋 copy color: '#738005'

red 115 ◦ green 128 ◦ blue 5

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

Shades of Olive #738005

Tints of Olive #738005

RGB

 RED value IS 115 (45.31% from 255) = 46.37%

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

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

R = 46.37%
G = 51.61%
B = 2.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#738005 (or 0x738005) is known color: Olive. HEX triplet: 73, 80 and 05. RGB value is (115,128,5). Sum of RGB (Red+Green+Blue) = 115+128+5=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #738005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738005 is #8C7FFA. Grayscale: #6E6E6E. Windows color (decimal): -9207803 or 360563. OLE color: 360563.

HSL color Cylindrical-coordinate representation of color #738005: hue angle of 66.34º 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 #738005 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 5 -
CMYK 0.10 0 0.96 0.50
HSL 66.34º 0.92% 0.26% -
HSV(B) 66.34º 0.96% 0.5% -
XYZ 14.82 19.09 3.05 -
YUV 110.09 68.69 131.5 -
System Red Green Blue C M Y K H S L
Decimal 115 128 5 0.10 0 0.96 0.50 66.34 0.92 0.26
Hex 73 80 5 A 0 60 32 42 5C 1A
Octal 163 200 5 12 0 140 62 102 134 32
Binary 1110011 10000000 101 1010 0 1100000 110010 1000010 1011100 11010

Color Harmonies of #738005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738005

Black with #738005

Text Example


Text Example

White with #738005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738005; }

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

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

background-color css

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

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

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

border-color css

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

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

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