Html Css Color HEX #738705 Olive

📋 copy color: '#738705'

red 115 ◦ green 135 ◦ blue 5

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

Shades of Olive #738705

Tints of Olive #738705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

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

R = 45.1%
G = 52.94%
B = 1.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#738705 (or 0x738705) is known color: Olive. HEX triplet: 73, 87 and 05. RGB value is (115,135,5). Sum of RGB (Red+Green+Blue) = 115+135+5=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #738705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738705 is #8C78FA. Grayscale: #727272. Windows color (decimal): -9206011 or 362355. OLE color: 362355.

HSL color Cylindrical-coordinate representation of color #738705: hue angle of 69.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #738705 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 135 5 -
CMYK 0.15 0 0.96 0.47
HSL 69.23º 0.93% 0.27% -
HSV(B) 69.23º 0.96% 0.53% -
XYZ 15.76 20.98 3.36 -
YUV 114.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 115 135 5 0.15 0 0.96 0.47 69.23 0.93 0.27
Hex 73 87 5 F 0 60 2F 45 5D 1B
Octal 163 207 5 17 0 140 57 105 135 33
Binary 1110011 10000111 101 1111 0 1100000 101111 1000101 1011101 11011

Color Harmonies of #738705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738705

Black with #738705

Text Example


Text Example

White with #738705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738705; }

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

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

background-color css

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

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

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

border-color css

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

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

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