Html Css Color HEX #93C068 Olivine

📋 copy color: '#93C068'

red 147 ◦ green 192 ◦ blue 104

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

Shades of Olivine #93C068

Tints of Olivine #93C068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 33.18%
G = 43.34%
B = 23.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#93C068 (or 0x93C068) is known color: Olivine. HEX triplet: 93, C0 and 68. RGB value is (147,192,104). Sum of RGB (Red+Green+Blue) = 147+192+104=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #93C068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C068 is #6C3F97. Grayscale: #A8A8A8. Windows color (decimal): -7094168 or 6865043. OLE color: 6865043.

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

Color convert

RGB 147 192 104 -
CMYK 0.23 0 0.46 0.25
HSL 90.68º 0.41% 0.58% -
HSV(B) 90.68º 0.46% 0.75% -
XYZ 33.38 44.9 20 -
YUV 168.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 147 192 104 0.23 0 0.46 0.25 90.68 0.41 0.58
Hex 93 C0 68 17 0 2E 19 5B 29 3A
Octal 223 300 150 27 0 56 31 133 51 72
Binary 10010011 11000000 1101000 10111 0 101110 11001 1011011 101001 111010

Color Harmonies of #93C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C068

Black with #93C068

Text Example


Text Example

White with #93C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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