Html Css Color HEX #738300 Olive

📋 copy color: '#738300'

red 115 ◦ green 131 ◦ blue 0

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

Shades of Olive #738300

Tints of Olive #738300

RGB

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

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

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

R = 46.75%
G = 53.25%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#738300 (or 0x738300) is known color: Olive. HEX triplet: 73, 83 and 00. RGB value is (115,131,0). Sum of RGB (Red+Green+Blue) = 115+131+0=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #738300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738300 is #8C7CFF. Grayscale: #6F6F6F. Windows color (decimal): -9207040 or 33651. OLE color: 33651.

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

Color convert

RGB 115 131 0 -
CMYK 0.12 0 1 0.49
HSL 67.33º 1% 0.26% -
HSV(B) 67.33º 1% 0.51% -
XYZ 15.19 19.88 3.04 -
YUV 111.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 115 131 0 0.12 0 1 0.49 67.33 1 0.26
Hex 73 83 0 C 0 64 31 43 64 1A
Octal 163 203 0 14 0 144 61 103 144 32
Binary 1110011 10000011 0 1100 0 1100100 110001 1000011 1100100 11010

Color Harmonies of #738300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738300

Black with #738300

Text Example


Text Example

White with #738300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738300; }

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

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

background-color css

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

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

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

border-color css

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

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

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