Html Css Color HEX #9BC675 Olivine

📋 copy color: '#9BC675'

red 155 ◦ green 198 ◦ blue 117

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

Shades of Olivine #9BC675

Tints of Olivine #9BC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 32.98%
G = 42.13%
B = 24.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#9BC675 (or 0x9BC675) is known color: Olivine. HEX triplet: 9B, C6 and 75. RGB value is (155,198,117). Sum of RGB (Red+Green+Blue) = 155+198+117=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC675 is #64398A. Grayscale: #B0B0B0. Windows color (decimal): -6568331 or 7718555. OLE color: 7718555.

HSL color Cylindrical-coordinate representation of color #9BC675: hue angle of 91.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BC675 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 117 -
CMYK 0.22 0 0.41 0.22
HSL 91.85º 0.42% 0.62% -
HSV(B) 91.85º 0.41% 0.78% -
XYZ 36.92 48.64 24.27 -
YUV 175.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 155 198 117 0.22 0 0.41 0.22 91.85 0.42 0.62
Hex 9B C6 75 16 0 29 16 5C 2A 3E
Octal 233 306 165 26 0 51 26 134 52 76
Binary 10011011 11000110 1110101 10110 0 101001 10110 1011100 101010 111110

Color Harmonies of #9BC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC675

Black with #9BC675

Text Example


Text Example

White with #9BC675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,198,117); }

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

background-color css

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

 a { background-color: rgb(155,198,117); }

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

border-color css

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

 span { border-color: rgb(155,198,117); }

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