Html Css Color HEX #9EBA69 Olivine

📋 copy color: '#9EBA69'

red 158 ◦ green 186 ◦ blue 105

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

Shades of Olivine #9EBA69

Tints of Olivine #9EBA69

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

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

R = 35.19%
G = 41.43%
B = 23.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#9EBA69 (or 0x9EBA69) is known color: Olivine. HEX triplet: 9E, BA and 69. RGB value is (158,186,105). Sum of RGB (Red+Green+Blue) = 158+186+105=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA69 is #614596. Grayscale: #A8A8A8. Windows color (decimal): -6374807 or 6929054. OLE color: 6929054.

HSL color Cylindrical-coordinate representation of color #9EBA69: hue angle of 80.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EBA69 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 105 -
CMYK 0.15 0 0.44 0.27
HSL 80.74º 0.37% 0.57% -
HSV(B) 80.74º 0.44% 0.73% -
XYZ 34.21 43.41 19.94 -
YUV 168.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 158 186 105 0.15 0 0.44 0.27 80.74 0.37 0.57
Hex 9E BA 69 F 0 2C 1B 51 25 39
Octal 236 272 151 17 0 54 33 121 45 71
Binary 10011110 10111010 1101001 1111 0 101100 11011 1010001 100101 111001

Color Harmonies of #9EBA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA69

Black with #9EBA69

Text Example


Text Example

White with #9EBA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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