Html Css Color HEX #738506 Olive

📋 copy color: '#738506'

red 115 ◦ green 133 ◦ blue 6

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

Shades of Olive #738506

Tints of Olive #738506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 45.28%
G = 52.36%
B = 2.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#738506 (or 0x738506) is known color: Olive. HEX triplet: 73, 85 and 06. RGB value is (115,133,6). Sum of RGB (Red+Green+Blue) = 115+133+6=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #738506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738506 is #8C7AF9. Grayscale: #717171. Windows color (decimal): -9206522 or 427379. OLE color: 427379.

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

Color convert

RGB 115 133 6 -
CMYK 0.14 0 0.95 0.48
HSL 68.5º 0.91% 0.27% -
HSV(B) 68.5º 0.95% 0.52% -
XYZ 15.49 20.43 3.3 -
YUV 113.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 115 133 6 0.14 0 0.95 0.48 68.5 0.91 0.27
Hex 73 85 6 E 0 5F 30 45 5B 1B
Octal 163 205 6 16 0 137 60 105 133 33
Binary 1110011 10000101 110 1110 0 1011111 110000 1000101 1011011 11011

Color Harmonies of #738506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738506

Black with #738506

Text Example


Text Example

White with #738506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738506; }

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

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

background-color css

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

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

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

border-color css

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

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

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