Html Css Color HEX #738206 Olive

📋 copy color: '#738206'

red 115 ◦ green 130 ◦ blue 6

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

Shades of Olive #738206

Tints of Olive #738206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.79%

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 45.82%
G = 51.79%
B = 2.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#738206 (or 0x738206) is known color: Olive. HEX triplet: 73, 82 and 06. RGB value is (115,130,6). Sum of RGB (Red+Green+Blue) = 115+130+6=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #738206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738206 is #8C7DF9. Grayscale: #6F6F6F. Windows color (decimal): -9207290 or 426611. OLE color: 426611.

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

Color convert

RGB 115 130 6 -
CMYK 0.12 0 0.95 0.49
HSL 67.26º 0.91% 0.27% -
HSV(B) 67.26º 0.95% 0.51% -
XYZ 15.09 19.62 3.16 -
YUV 111.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 115 130 6 0.12 0 0.95 0.49 67.26 0.91 0.27
Hex 73 82 6 C 0 5F 31 43 5B 1B
Octal 163 202 6 14 0 137 61 103 133 33
Binary 1110011 10000010 110 1100 0 1011111 110001 1000011 1011011 11011

Color Harmonies of #738206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738206

Black with #738206

Text Example


Text Example

White with #738206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738206; }

 p { color: rgb(115,130,6); }

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

background-color css

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

 a { background-color: rgb(115,130,6); }

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

border-color css

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

 span { border-color: rgb(115,130,6); }

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