Html Css Color HEX #9DC069 Olivine

📋 copy color: '#9DC069'

red 157 ◦ green 192 ◦ blue 105

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

Shades of Olivine #9DC069

Tints of Olivine #9DC069

RGB

 RED value IS 157 (61.72% from 255) = 34.58%

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

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

R = 34.58%
G = 42.29%
B = 23.13%

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

#9DC069 (or 0x9DC069) is known color: Olivine. HEX triplet: 9D, C0 and 69. RGB value is (157,192,105). Sum of RGB (Red+Green+Blue) = 157+192+105=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC069 is #623F96. Grayscale: #ABABAB. Windows color (decimal): -6438807 or 6930589. OLE color: 6930589.

HSL color Cylindrical-coordinate representation of color #9DC069: hue angle of 84.14º 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 #9DC069 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 105 -
CMYK 0.18 0 0.45 0.25
HSL 84.14º 0.41% 0.58% -
HSV(B) 84.14º 0.45% 0.75% -
XYZ 35.3 45.89 20.36 -
YUV 171.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 157 192 105 0.18 0 0.45 0.25 84.14 0.41 0.58
Hex 9D C0 69 12 0 2D 19 54 29 3A
Octal 235 300 151 22 0 55 31 124 51 72
Binary 10011101 11000000 1101001 10010 0 101101 11001 1010100 101001 111010

Color Harmonies of #9DC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC069

Black with #9DC069

Text Example


Text Example

White with #9DC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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