Html Css Color HEX #9DB968 Olivine

📋 copy color: '#9DB968'

red 157 ◦ green 185 ◦ blue 104

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

Shades of Olivine #9DB968

Tints of Olivine #9DB968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 35.2%
G = 41.48%
B = 23.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#9DB968 (or 0x9DB968) is known color: Olivine. HEX triplet: 9D, B9 and 68. RGB value is (157,185,104). Sum of RGB (Red+Green+Blue) = 157+185+104=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB968 is #624697. Grayscale: #A7A7A7. Windows color (decimal): -6440600 or 6863261. OLE color: 6863261.

HSL color Cylindrical-coordinate representation of color #9DB968: hue angle of 80.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DB968 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 104 -
CMYK 0.15 0 0.44 0.27
HSL 80.74º 0.37% 0.57% -
HSV(B) 80.74º 0.44% 0.73% -
XYZ 33.75 42.87 19.59 -
YUV 167.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 157 185 104 0.15 0 0.44 0.27 80.74 0.37 0.57
Hex 9D B9 68 F 0 2C 1B 51 25 39
Octal 235 271 150 17 0 54 33 121 45 71
Binary 10011101 10111001 1101000 1111 0 101100 11011 1010001 100101 111001

Color Harmonies of #9DB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB968

Black with #9DB968

Text Example


Text Example

White with #9DB968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,104); }

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

background-color css

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

 a { background-color: rgb(157,185,104); }

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

border-color css

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

 span { border-color: rgb(157,185,104); }

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