Html Css Color HEX #93CE69 Olivine

📋 copy color: '#93CE69'

red 147 ◦ green 206 ◦ blue 105

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

Shades of Olivine #93CE69

Tints of Olivine #93CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 32.1%
G = 44.98%
B = 22.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#93CE69 (or 0x93CE69) is known color: Olivine. HEX triplet: 93, CE and 69. RGB value is (147,206,105). Sum of RGB (Red+Green+Blue) = 147+206+105=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE69 is #6C3196. Grayscale: #B1B1B1. Windows color (decimal): -7090583 or 6934163. OLE color: 6934163.

HSL color Cylindrical-coordinate representation of color #93CE69: hue angle of 95.05º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93CE69 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 105 -
CMYK 0.29 0 0.49 0.19
HSL 95.05º 0.51% 0.61% -
HSV(B) 95.05º 0.49% 0.81% -
XYZ 36.65 51.37 21.35 -
YUV 176.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 147 206 105 0.29 0 0.49 0.19 95.05 0.51 0.61
Hex 93 CE 69 1D 0 31 13 5F 33 3D
Octal 223 316 151 35 0 61 23 137 63 75
Binary 10010011 11001110 1101001 11101 0 110001 10011 1011111 110011 111101

Color Harmonies of #93CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE69

Black with #93CE69

Text Example


Text Example

White with #93CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,105); }

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

background-color css

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

 a { background-color: rgb(147,206,105); }

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

border-color css

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

 span { border-color: rgb(147,206,105); }

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