Html Css Color HEX #738100 Olive

📋 copy color: '#738100'

red 115 ◦ green 129 ◦ blue 0

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

Shades of Olive #738100

Tints of Olive #738100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.13%
G = 52.87%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#738100 (or 0x738100) is known color: Olive. HEX triplet: 73, 81 and 00. RGB value is (115,129,0). Sum of RGB (Red+Green+Blue) = 115+129+0=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #738100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738100 is #8C7EFF. Grayscale: #6E6E6E. Windows color (decimal): -9207552 or 33139. OLE color: 33139.

HSL color Cylindrical-coordinate representation of color #738100: hue angle of 66.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738100 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 129 0 -
CMYK 0.11 0 1 0.49
HSL 66.51º 1% 0.25% -
HSV(B) 66.51º 1% 0.51% -
XYZ 14.92 19.35 2.95 -
YUV 110.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 115 129 0 0.11 0 1 0.49 66.51 1 0.25
Hex 73 81 0 B 0 64 31 43 64 19
Octal 163 201 0 13 0 144 61 103 144 31
Binary 1110011 10000001 0 1011 0 1100100 110001 1000011 1100100 11001

Color Harmonies of #738100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738100

Black with #738100

Text Example


Text Example

White with #738100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738100; }

 p { color: rgb(115,129,0); }

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

background-color css

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

 a { background-color: rgb(115,129,0); }

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

border-color css

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

 span { border-color: rgb(115,129,0); }

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