Html Css Color HEX #9DB369 Olivine

📋 copy color: '#9DB369'

red 157 ◦ green 179 ◦ blue 105

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

Shades of Olivine #9DB369

Tints of Olivine #9DB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

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

R = 35.6%
G = 40.59%
B = 23.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#9DB369 (or 0x9DB369) is known color: Olivine. HEX triplet: 9D, B3 and 69. RGB value is (157,179,105). Sum of RGB (Red+Green+Blue) = 157+179+105=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB369 is #624C96. Grayscale: #A4A4A4. Windows color (decimal): -6442135 or 6927261. OLE color: 6927261.

HSL color Cylindrical-coordinate representation of color #9DB369: hue angle of 77.84º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DB369 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 105 -
CMYK 0.12 0 0.41 0.30
HSL 77.84º 0.33% 0.56% -
HSV(B) 77.84º 0.41% 0.7% -
XYZ 32.57 40.43 19.45 -
YUV 163.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 157 179 105 0.12 0 0.41 0.30 77.84 0.33 0.56
Hex 9D B3 69 C 0 29 1E 4E 21 38
Octal 235 263 151 14 0 51 36 116 41 70
Binary 10011101 10110011 1101001 1100 0 101001 11110 1001110 100001 111000

Color Harmonies of #9DB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB369

Black with #9DB369

Text Example


Text Example

White with #9DB369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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