Html Css Color HEX #9DB764 Olivine

📋 copy color: '#9DB764'

red 157 ◦ green 183 ◦ blue 100

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

Shades of Olivine #9DB764

Tints of Olivine #9DB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 35.68%
G = 41.59%
B = 22.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#9DB764 (or 0x9DB764) is known color: Olivine. HEX triplet: 9D, B7 and 64. RGB value is (157,183,100). Sum of RGB (Red+Green+Blue) = 157+183+100=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB764 is #62489B. Grayscale: #A6A6A6. Windows color (decimal): -6441116 or 6600605. OLE color: 6600605.

HSL color Cylindrical-coordinate representation of color #9DB764: hue angle of 78.8º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DB764 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 100 -
CMYK 0.14 0 0.45 0.28
HSL 78.8º 0.37% 0.55% -
HSV(B) 78.8º 0.45% 0.72% -
XYZ 33.14 41.96 18.41 -
YUV 165.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 157 183 100 0.14 0 0.45 0.28 78.8 0.37 0.55
Hex 9D B7 64 E 0 2D 1C 4F 25 37
Octal 235 267 144 16 0 55 34 117 45 67
Binary 10011101 10110111 1100100 1110 0 101101 11100 1001111 100101 110111

Color Harmonies of #9DB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB764

Black with #9DB764

Text Example


Text Example

White with #9DB764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,183,100); }

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

background-color css

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

 a { background-color: rgb(157,183,100); }

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

border-color css

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

 span { border-color: rgb(157,183,100); }

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