Html Css Color HEX #737005 Olive

📋 copy color: '#737005'

red 115 ◦ green 112 ◦ blue 5

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

Shades of Olive #737005

Tints of Olive #737005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

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

R = 49.57%
G = 48.28%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#737005 (or 0x737005) is known color: Olive. HEX triplet: 73, 70 and 05. RGB value is (115,112,5). Sum of RGB (Red+Green+Blue) = 115+112+5=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #737005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737005 is #8C8FFA. Grayscale: #656565. Windows color (decimal): -9211899 or 356467. OLE color: 356467.

HSL color Cylindrical-coordinate representation of color #737005: hue angle of 58.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #737005 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 5 -
CMYK 0 0.03 0.96 0.55
HSL 58.36º 0.92% 0.24% -
HSV(B) 58.36º 0.96% 0.45% -
XYZ 12.89 15.24 2.41 -
YUV 100.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 115 112 5 0 0.03 0.96 0.55 58.36 0.92 0.24
Hex 73 70 5 0 3 60 37 3A 5C 18
Octal 163 160 5 0 3 140 67 72 134 30
Binary 1110011 1110000 101 0 11 1100000 110111 111010 1011100 11000

Color Harmonies of #737005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737005

Black with #737005

Text Example


Text Example

White with #737005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737005; }

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

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

background-color css

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

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

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

border-color css

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

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

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