Html Css Color HEX #738A10 Olive Drab

📋 copy color: '#738A10'

red 115 ◦ green 138 ◦ blue 16

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

Shades of Olive Drab #738A10

Tints of Olive Drab #738A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.3%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 42.75%
G = 51.3%
B = 5.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#738A10 (or 0x738A10) is known color: Olive Drab. HEX triplet: 73, 8A and 10. RGB value is (115,138,16). Sum of RGB (Red+Green+Blue) = 115+138+16=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #738A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A10 is #8C75EF. Grayscale: #757575. Windows color (decimal): -9205232 or 1084019. OLE color: 1084019.

HSL color Cylindrical-coordinate representation of color #738A10: hue angle of 71.31º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #738A10 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 138 16 -
CMYK 0.17 0 0.88 0.46
HSL 71.31º 0.79% 0.3% -
HSV(B) 71.31º 0.88% 0.54% -
XYZ 16.25 21.86 3.85 -
YUV 117.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 115 138 16 0.17 0 0.88 0.46 71.31 0.79 0.3
Hex 73 8A 10 11 0 58 2E 47 4F 1E
Octal 163 212 20 21 0 130 56 107 117 36
Binary 1110011 10001010 10000 10001 0 1011000 101110 1000111 1001111 11110

Color Harmonies of #738A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A10

Black with #738A10

Text Example


Text Example

White with #738A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A10; }

 p { color: rgb(115,138,16); }

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

background-color css

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

 a { background-color: rgb(115,138,16); }

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

border-color css

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

 span { border-color: rgb(115,138,16); }

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