Html Css Color HEX #93C06B Olivine

📋 copy color: '#93C06B'

red 147 ◦ green 192 ◦ blue 107

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

Shades of Olivine #93C06B

Tints of Olivine #93C06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 32.96%
G = 43.05%
B = 23.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#93C06B (or 0x93C06B) is known color: Olivine. HEX triplet: 93, C0 and 6B. RGB value is (147,192,107). Sum of RGB (Red+Green+Blue) = 147+192+107=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #93C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C06B is #6C3F94. Grayscale: #A9A9A9. Windows color (decimal): -7094165 or 7061651. OLE color: 7061651.

HSL color Cylindrical-coordinate representation of color #93C06B: hue angle of 91.76º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93C06B is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 192 107 -
CMYK 0.23 0 0.44 0.25
HSL 91.76º 0.4% 0.59% -
HSV(B) 91.76º 0.44% 0.75% -
XYZ 33.54 44.96 20.82 -
YUV 168.86 93.09 112.41 -
System Red Green Blue C M Y K H S L
Decimal 147 192 107 0.23 0 0.44 0.25 91.76 0.4 0.59
Hex 93 C0 6B 17 0 2C 19 5C 28 3B
Octal 223 300 153 27 0 54 31 134 50 73
Binary 10010011 11000000 1101011 10111 0 101100 11001 1011100 101000 111011

Color Harmonies of #93C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C06B

Black with #93C06B

Text Example


Text Example

White with #93C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,192,107); }

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

background-color css

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

 a { background-color: rgb(147,192,107); }

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

border-color css

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

 span { border-color: rgb(147,192,107); }

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