Html Css Color HEX #9DC06B Olivine

📋 copy color: '#9DC06B'

red 157 ◦ green 192 ◦ blue 107

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

Shades of Olivine #9DC06B

Tints of Olivine #9DC06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 34.43%
G = 42.11%
B = 23.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#9DC06B (or 0x9DC06B) is known color: Olivine. HEX triplet: 9D, C0 and 6B. RGB value is (157,192,107). Sum of RGB (Red+Green+Blue) = 157+192+107=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC06B is #623F94. Grayscale: #ACACAC. Windows color (decimal): -6438805 or 7061661. OLE color: 7061661.

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

Color convert

RGB 157 192 107 -
CMYK 0.18 0 0.44 0.25
HSL 84.71º 0.4% 0.59% -
HSV(B) 84.71º 0.44% 0.75% -
XYZ 35.41 45.93 20.91 -
YUV 171.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 157 192 107 0.18 0 0.44 0.25 84.71 0.4 0.59
Hex 9D C0 6B 12 0 2C 19 55 28 3B
Octal 235 300 153 22 0 54 31 125 50 73
Binary 10011101 11000000 1101011 10010 0 101100 11001 1010101 101000 111011

Color Harmonies of #9DC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC06B

Black with #9DC06B

Text Example


Text Example

White with #9DC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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