Html Css Color HEX #9BB67D Olivine

📋 copy color: '#9BB67D'

red 155 ◦ green 182 ◦ blue 125

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

Shades of Olivine #9BB67D

Tints of Olivine #9BB67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 33.55%
G = 39.39%
B = 27.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#9BB67D (or 0x9BB67D) is known color: Olivine. HEX triplet: 9B, B6 and 7D. RGB value is (155,182,125). Sum of RGB (Red+Green+Blue) = 155+182+125=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB67D is #644982. Grayscale: #A7A7A7. Windows color (decimal): -6572419 or 8238747. OLE color: 8238747.

HSL color Cylindrical-coordinate representation of color #9BB67D: hue angle of 88.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BB67D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 125 -
CMYK 0.15 0 0.31 0.29
HSL 88.42º 0.28% 0.6% -
HSV(B) 88.42º 0.31% 0.71% -
XYZ 33.95 41.91 25.7 -
YUV 167.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 155 182 125 0.15 0 0.31 0.29 88.42 0.28 0.6
Hex 9B B6 7D F 0 1F 1D 58 1C 3C
Octal 233 266 175 17 0 37 35 130 34 74
Binary 10011011 10110110 1111101 1111 0 11111 11101 1011000 11100 111100

Color Harmonies of #9BB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB67D

Black with #9BB67D

Text Example


Text Example

White with #9BB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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