Html Css Color HEX #9BB06E Olivine

📋 copy color: '#9BB06E'

red 155 ◦ green 176 ◦ blue 110

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

Shades of Olivine #9BB06E

Tints of Olivine #9BB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.91%

 BLUE value IS 110 (43.36% from 255) = 24.94%

R = 35.15%
G = 39.91%
B = 24.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#9BB06E (or 0x9BB06E) is known color: Olivine. HEX triplet: 9B, B0 and 6E. RGB value is (155,176,110). Sum of RGB (Red+Green+Blue) = 155+176+110=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB06E is #644F91. Grayscale: #A2A2A2. Windows color (decimal): -6573970 or 7254171. OLE color: 7254171.

HSL color Cylindrical-coordinate representation of color #9BB06E: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB06E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 110 -
CMYK 0.12 0 0.37 0.31
HSL 79.09º 0.29% 0.56% -
HSV(B) 79.09º 0.38% 0.69% -
XYZ 31.86 39.15 20.63 -
YUV 162.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 155 176 110 0.12 0 0.37 0.31 79.09 0.29 0.56
Hex 9B B0 6E C 0 25 1F 4F 1D 38
Octal 233 260 156 14 0 45 37 117 35 70
Binary 10011011 10110000 1101110 1100 0 100101 11111 1001111 11101 111000

Color Harmonies of #9BB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB06E

Black with #9BB06E

Text Example


Text Example

White with #9BB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,176,110); }

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

background-color css

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

 a { background-color: rgb(155,176,110); }

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

border-color css

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

 span { border-color: rgb(155,176,110); }

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