Html Css Color HEX #736700 Olive

📋 copy color: '#736700'

red 115 ◦ green 103 ◦ blue 0

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

Shades of Olive #736700

Tints of Olive #736700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.25%

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

R = 52.75%
G = 47.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#736700 (or 0x736700) is known color: Olive. HEX triplet: 73, 67 and 00. RGB value is (115,103,0). Sum of RGB (Red+Green+Blue) = 115+103+0=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #736700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736700 is #8C98FF. Grayscale: #5F5F5F. Windows color (decimal): -9214208 or 26483. OLE color: 26483.

HSL color Cylindrical-coordinate representation of color #736700: hue angle of 53.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #736700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 0 -
CMYK 0 0.10 1 0.55
HSL 53.74º 1% 0.23% -
HSV(B) 53.74º 1% 0.45% -
XYZ 11.92 13.35 1.95 -
YUV 94.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 115 103 0 0 0.10 1 0.55 53.74 1 0.23
Hex 73 67 0 0 A 64 37 36 64 17
Octal 163 147 0 0 12 144 67 66 144 27
Binary 1110011 1100111 0 0 1010 1100100 110111 110110 1100100 10111

Color Harmonies of #736700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736700

Black with #736700

Text Example


Text Example

White with #736700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736700; }

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

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

background-color css

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

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

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

border-color css

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

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

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