Html Css Color HEX #738305 Olive

📋 copy color: '#738305'

red 115 ◦ green 131 ◦ blue 5

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

Shades of Olive #738305

Tints of Olive #738305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

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

R = 45.82%
G = 52.19%
B = 1.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#738305 (or 0x738305) is known color: Olive. HEX triplet: 73, 83 and 05. RGB value is (115,131,5). Sum of RGB (Red+Green+Blue) = 115+131+5=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #738305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738305 is #8C7CFA. Grayscale: #707070. Windows color (decimal): -9207035 or 361331. OLE color: 361331.

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

Color convert

RGB 115 131 5 -
CMYK 0.12 0 0.96 0.49
HSL 67.62º 0.93% 0.27% -
HSV(B) 67.62º 0.96% 0.51% -
XYZ 15.21 19.89 3.18 -
YUV 111.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 115 131 5 0.12 0 0.96 0.49 67.62 0.93 0.27
Hex 73 83 5 C 0 60 31 44 5D 1B
Octal 163 203 5 14 0 140 61 104 135 33
Binary 1110011 10000011 101 1100 0 1100000 110001 1000100 1011101 11011

Color Harmonies of #738305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738305

Black with #738305

Text Example


Text Example

White with #738305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738305; }

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

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

background-color css

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

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

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

border-color css

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

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

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