Html Css Color HEX #738405 Olive

📋 copy color: '#738405'

red 115 ◦ green 132 ◦ blue 5

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

Shades of Olive #738405

Tints of Olive #738405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 45.63%
G = 52.38%
B = 1.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#738405 (or 0x738405) is known color: Olive. HEX triplet: 73, 84 and 05. RGB value is (115,132,5). Sum of RGB (Red+Green+Blue) = 115+132+5=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #738405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738405 is #8C7BFA. Grayscale: #707070. Windows color (decimal): -9206779 or 361587. OLE color: 361587.

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

Color convert

RGB 115 132 5 -
CMYK 0.13 0 0.96 0.48
HSL 68.03º 0.93% 0.27% -
HSV(B) 68.03º 0.96% 0.52% -
XYZ 15.35 20.16 3.23 -
YUV 112.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 115 132 5 0.13 0 0.96 0.48 68.03 0.93 0.27
Hex 73 84 5 D 0 60 30 44 5D 1B
Octal 163 204 5 15 0 140 60 104 135 33
Binary 1110011 10000100 101 1101 0 1100000 110000 1000100 1011101 11011

Color Harmonies of #738405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738405

Black with #738405

Text Example


Text Example

White with #738405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738405; }

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

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

background-color css

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

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

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

border-color css

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

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

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