Html Css Color HEX #9BB669 Olivine

📋 copy color: '#9BB669'

red 155 ◦ green 182 ◦ blue 105

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

Shades of Olivine #9BB669

Tints of Olivine #9BB669

RGB

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

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

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

R = 35.07%
G = 41.18%
B = 23.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#9BB669 (or 0x9BB669) is known color: Olivine. HEX triplet: 9B, B6 and 69. RGB value is (155,182,105). Sum of RGB (Red+Green+Blue) = 155+182+105=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB669 is #644996. Grayscale: #A5A5A5. Windows color (decimal): -6572439 or 6928027. OLE color: 6928027.

HSL color Cylindrical-coordinate representation of color #9BB669: hue angle of 81.04º 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 #9BB669 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 105 -
CMYK 0.15 0 0.42 0.29
HSL 81.04º 0.35% 0.56% -
HSV(B) 81.04º 0.42% 0.71% -
XYZ 32.8 41.44 19.64 -
YUV 165.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 155 182 105 0.15 0 0.42 0.29 81.04 0.35 0.56
Hex 9B B6 69 F 0 2A 1D 51 23 38
Octal 233 266 151 17 0 52 35 121 43 70
Binary 10011011 10110110 1101001 1111 0 101010 11101 1010001 100011 111000

Color Harmonies of #9BB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB669

Black with #9BB669

Text Example


Text Example

White with #9BB669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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