Html Css Color HEX #736C02 Olive

📋 copy color: '#736C02'

red 115 ◦ green 108 ◦ blue 2

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

Shades of Olive #736C02

Tints of Olive #736C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 51.11%
G = 48%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736C02 (or 0x736C02) is known color: Olive. HEX triplet: 73, 6C and 02. RGB value is (115,108,2). Sum of RGB (Red+Green+Blue) = 115+108+2=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #736C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C02 is #8C93FD. Grayscale: #626262. Windows color (decimal): -9212926 or 158835. OLE color: 158835.

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

Color convert

RGB 115 108 2 -
CMYK 0 0.06 0.98 0.55
HSL 56.28º 0.97% 0.23% -
HSV(B) 56.28º 0.98% 0.45% -
XYZ 12.44 14.37 2.18 -
YUV 98.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 115 108 2 0 0.06 0.98 0.55 56.28 0.97 0.23
Hex 73 6C 2 0 6 62 37 38 61 17
Octal 163 154 2 0 6 142 67 70 141 27
Binary 1110011 1101100 10 0 110 1100010 110111 111000 1100001 10111

Color Harmonies of #736C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C02

Black with #736C02

Text Example


Text Example

White with #736C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C02; }

 p { color: rgb(115,108,2); }

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

background-color css

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

 a { background-color: rgb(115,108,2); }

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

border-color css

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

 span { border-color: rgb(115,108,2); }

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