Html Css Color HEX #9DC06F Olivine

📋 copy color: '#9DC06F'

red 157 ◦ green 192 ◦ blue 111

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

Shades of Olivine #9DC06F

Tints of Olivine #9DC06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 34.13%
G = 41.74%
B = 24.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#9DC06F (or 0x9DC06F) is known color: Olivine. HEX triplet: 9D, C0 and 6F. RGB value is (157,192,111). Sum of RGB (Red+Green+Blue) = 157+192+111=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC06F is #623F90. Grayscale: #ACACAC. Windows color (decimal): -6438801 or 7323805. OLE color: 7323805.

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

Color convert

RGB 157 192 111 -
CMYK 0.18 0 0.42 0.25
HSL 85.93º 0.39% 0.59% -
HSV(B) 85.93º 0.42% 0.75% -
XYZ 35.62 46.02 22.04 -
YUV 172.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 157 192 111 0.18 0 0.42 0.25 85.93 0.39 0.59
Hex 9D C0 6F 12 0 2A 19 56 27 3B
Octal 235 300 157 22 0 52 31 126 47 73
Binary 10011101 11000000 1101111 10010 0 101010 11001 1010110 100111 111011

Color Harmonies of #9DC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC06F

Black with #9DC06F

Text Example


Text Example

White with #9DC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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