Html Css Color HEX #737812 Olive

📋 copy color: '#737812'

red 115 ◦ green 120 ◦ blue 18

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

Shades of Olive #737812

Tints of Olive #737812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 45.45%
G = 47.43%
B = 7.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#737812 (or 0x737812) is known color: Olive. HEX triplet: 73, 78 and 12. RGB value is (115,120,18). Sum of RGB (Red+Green+Blue) = 115+120+18=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #737812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737812 is #8C87ED. Grayscale: #6B6B6B. Windows color (decimal): -9209838 or 1210483. OLE color: 1210483.

HSL color Cylindrical-coordinate representation of color #737812: hue angle of 62.94º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #737812 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 120 18 -
CMYK 0.04 0 0.85 0.53
HSL 62.94º 0.74% 0.27% -
HSV(B) 62.94º 0.85% 0.47% -
XYZ 13.9 17.12 3.14 -
YUV 106.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 115 120 18 0.04 0 0.85 0.53 62.94 0.74 0.27
Hex 73 78 12 4 0 55 35 3F 4A 1B
Octal 163 170 22 4 0 125 65 77 112 33
Binary 1110011 1111000 10010 100 0 1010101 110101 111111 1001010 11011

Color Harmonies of #737812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737812

Black with #737812

Text Example


Text Example

White with #737812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737812; }

 p { color: rgb(115,120,18); }

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

background-color css

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

 a { background-color: rgb(115,120,18); }

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

border-color css

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

 span { border-color: rgb(115,120,18); }

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