Html Css Color HEX #9BC07A Olivine

📋 copy color: '#9BC07A'

red 155 ◦ green 192 ◦ blue 122

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

Shades of Olivine #9BC07A

Tints of Olivine #9BC07A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 33.05%
G = 40.94%
B = 26.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#9BC07A (or 0x9BC07A) is known color: Olivine. HEX triplet: 9B, C0 and 7A. RGB value is (155,192,122). Sum of RGB (Red+Green+Blue) = 155+192+122=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC07A is #643F85. Grayscale: #ADADAD. Windows color (decimal): -6569862 or 8044699. OLE color: 8044699.

HSL color Cylindrical-coordinate representation of color #9BC07A: hue angle of 91.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC07A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 122 -
CMYK 0.19 0 0.36 0.25
HSL 91.71º 0.36% 0.62% -
HSV(B) 91.71º 0.36% 0.75% -
XYZ 35.88 46.07 25.41 -
YUV 172.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 155 192 122 0.19 0 0.36 0.25 91.71 0.36 0.62
Hex 9B C0 7A 13 0 24 19 5C 24 3E
Octal 233 300 172 23 0 44 31 134 44 76
Binary 10011011 11000000 1111010 10011 0 100100 11001 1011100 100100 111110

Color Harmonies of #9BC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC07A

Black with #9BC07A

Text Example


Text Example

White with #9BC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,122); }

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

background-color css

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

 a { background-color: rgb(155,192,122); }

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

border-color css

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

 span { border-color: rgb(155,192,122); }

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