Html Css Color HEX #9BB07E Olivine

📋 copy color: '#9BB07E'

red 155 ◦ green 176 ◦ blue 126

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

Shades of Olivine #9BB07E

Tints of Olivine #9BB07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 33.92%
G = 38.51%
B = 27.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#9BB07E (or 0x9BB07E) is known color: Olivine. HEX triplet: 9B, B0 and 7E. RGB value is (155,176,126). Sum of RGB (Red+Green+Blue) = 155+176+126=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB07E is #644F81. Grayscale: #A4A4A4. Windows color (decimal): -6573954 or 8302747. OLE color: 8302747.

HSL color Cylindrical-coordinate representation of color #9BB07E: hue angle of 85.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB07E is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 126 -
CMYK 0.12 0 0.28 0.31
HSL 85.2º 0.24% 0.59% -
HSV(B) 85.2º 0.28% 0.69% -
XYZ 32.81 39.53 25.64 -
YUV 164.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 155 176 126 0.12 0 0.28 0.31 85.2 0.24 0.59
Hex 9B B0 7E C 0 1C 1F 55 18 3B
Octal 233 260 176 14 0 34 37 125 30 73
Binary 10011011 10110000 1111110 1100 0 11100 11111 1010101 11000 111011

Color Harmonies of #9BB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB07E

Black with #9BB07E

Text Example


Text Example

White with #9BB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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