Html Css Color HEX #9BB378 Olivine

📋 copy color: '#9BB378'

red 155 ◦ green 179 ◦ blue 120

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

Shades of Olivine #9BB378

Tints of Olivine #9BB378

RGB

 RED value IS 155 (60.94% from 255) = 34.14%

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

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 34.14%
G = 39.43%
B = 26.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#9BB378 (or 0x9BB378) is known color: Olivine. HEX triplet: 9B, B3 and 78. RGB value is (155,179,120). Sum of RGB (Red+Green+Blue) = 155+179+120=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB378 is #644C87. Grayscale: #A5A5A5. Windows color (decimal): -6573192 or 7910299. OLE color: 7910299.

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

Color convert

RGB 155 179 120 -
CMYK 0.13 0 0.33 0.30
HSL 84.41º 0.28% 0.59% -
HSV(B) 84.41º 0.33% 0.7% -
XYZ 33.03 40.56 23.86 -
YUV 165.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 155 179 120 0.13 0 0.33 0.30 84.41 0.28 0.59
Hex 9B B3 78 D 0 21 1E 54 1C 3B
Octal 233 263 170 15 0 41 36 124 34 73
Binary 10011011 10110011 1111000 1101 0 100001 11110 1010100 11100 111011

Color Harmonies of #9BB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB378

Black with #9BB378

Text Example


Text Example

White with #9BB378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,120); }

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

background-color css

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

 a { background-color: rgb(155,179,120); }

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

border-color css

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

 span { border-color: rgb(155,179,120); }

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