Html Css Color HEX #9DB669 Olivine

📋 copy color: '#9DB669'

red 157 ◦ green 182 ◦ blue 105

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

Shades of Olivine #9DB669

Tints of Olivine #9DB669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 35.36%
G = 40.99%
B = 23.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#9DB669 (or 0x9DB669) is known color: Olivine. HEX triplet: 9D, B6 and 69. RGB value is (157,182,105). Sum of RGB (Red+Green+Blue) = 157+182+105=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB669 is #624996. Grayscale: #A6A6A6. Windows color (decimal): -6441367 or 6928029. OLE color: 6928029.

HSL color Cylindrical-coordinate representation of color #9DB669: hue angle of 79.48º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB669 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 105 -
CMYK 0.14 0 0.42 0.29
HSL 79.48º 0.35% 0.56% -
HSV(B) 79.48º 0.42% 0.71% -
XYZ 33.18 41.64 19.65 -
YUV 165.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 157 182 105 0.14 0 0.42 0.29 79.48 0.35 0.56
Hex 9D B6 69 E 0 2A 1D 4F 23 38
Octal 235 266 151 16 0 52 35 117 43 70
Binary 10011101 10110110 1101001 1110 0 101010 11101 1001111 100011 111000

Color Harmonies of #9DB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB669

Black with #9DB669

Text Example


Text Example

White with #9DB669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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