Html Css Color HEX #737505 Olive

📋 copy color: '#737505'

red 115 ◦ green 117 ◦ blue 5

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

Shades of Olive #737505

Tints of Olive #737505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

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

R = 48.52%
G = 49.37%
B = 2.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#737505 (or 0x737505) is known color: Olive. HEX triplet: 73, 75 and 05. RGB value is (115,117,5). Sum of RGB (Red+Green+Blue) = 115+117+5=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #737505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737505 is #8C8AFA. Grayscale: #686868. Windows color (decimal): -9210619 or 357747. OLE color: 357747.

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

Color convert

RGB 115 117 5 -
CMYK 0.02 0 0.96 0.54
HSL 61.07º 0.92% 0.24% -
HSV(B) 61.07º 0.96% 0.46% -
XYZ 13.46 16.38 2.6 -
YUV 103.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 115 117 5 0.02 0 0.96 0.54 61.07 0.92 0.24
Hex 73 75 5 2 0 60 36 3D 5C 18
Octal 163 165 5 2 0 140 66 75 134 30
Binary 1110011 1110101 101 10 0 1100000 110110 111101 1011100 11000

Color Harmonies of #737505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737505

Black with #737505

Text Example


Text Example

White with #737505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737505; }

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

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

background-color css

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

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

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

border-color css

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

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

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