Html Css Color HEX #9EC069 Olivine

📋 copy color: '#9EC069'

red 158 ◦ green 192 ◦ blue 105

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

Shades of Olivine #9EC069

Tints of Olivine #9EC069

RGB

 RED value IS 158 (62.11% from 255) = 34.73%

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

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

R = 34.73%
G = 42.2%
B = 23.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#9EC069 (or 0x9EC069) is known color: Olivine. HEX triplet: 9E, C0 and 69. RGB value is (158,192,105). Sum of RGB (Red+Green+Blue) = 158+192+105=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC069 is #613F96. Grayscale: #ACACAC. Windows color (decimal): -6373271 or 6930590. OLE color: 6930590.

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

Color convert

RGB 158 192 105 -
CMYK 0.18 0 0.45 0.25
HSL 83.45º 0.41% 0.58% -
HSV(B) 83.45º 0.45% 0.75% -
XYZ 35.5 45.99 20.37 -
YUV 171.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 158 192 105 0.18 0 0.45 0.25 83.45 0.41 0.58
Hex 9E C0 69 12 0 2D 19 53 29 3A
Octal 236 300 151 22 0 55 31 123 51 72
Binary 10011110 11000000 1101001 10010 0 101101 11001 1010011 101001 111010

Color Harmonies of #9EC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC069

Black with #9EC069

Text Example


Text Example

White with #9EC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EC069; }

 p { color: rgb(158,192,105); }

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

background-color css

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

 a { background-color: rgb(158,192,105); }

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

border-color css

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

 span { border-color: rgb(158,192,105); }

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