Html Css Color HEX #93B674 Olivine

📋 copy color: '#93B674'

red 147 ◦ green 182 ◦ blue 116

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

Shades of Olivine #93B674

Tints of Olivine #93B674

RGB

 RED value IS 147 (57.81% from 255) = 33.03%

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 33.03%
G = 40.9%
B = 26.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#93B674 (or 0x93B674) is known color: Olivine. HEX triplet: 93, B6 and 74. RGB value is (147,182,116). Sum of RGB (Red+Green+Blue) = 147+182+116=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #93B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B674 is #6C498B. Grayscale: #A4A4A4. Windows color (decimal): -7096716 or 7648915. OLE color: 7648915.

HSL color Cylindrical-coordinate representation of color #93B674: hue angle of 91.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93B674 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 182 116 -
CMYK 0.19 0 0.36 0.29
HSL 91.82º 0.31% 0.58% -
HSV(B) 91.82º 0.36% 0.71% -
XYZ 31.91 40.92 22.74 -
YUV 164.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 147 182 116 0.19 0 0.36 0.29 91.82 0.31 0.58
Hex 93 B6 74 13 0 24 1D 5C 1F 3A
Octal 223 266 164 23 0 44 35 134 37 72
Binary 10010011 10110110 1110100 10011 0 100100 11101 1011100 11111 111010

Color Harmonies of #93B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B674

Black with #93B674

Text Example


Text Example

White with #93B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B674; }

 p { color: rgb(147,182,116); }

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

background-color css

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

 a { background-color: rgb(147,182,116); }

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

border-color css

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

 span { border-color: rgb(147,182,116); }

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