Html Css Color HEX #9ABF7D Olivine

📋 copy color: '#9ABF7D'

red 154 ◦ green 191 ◦ blue 125

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

Shades of Olivine #9ABF7D

Tints of Olivine #9ABF7D

RGB

 RED value IS 154 (60.55% from 255) = 32.77%

 GREEN value IS 191 (75% from 255) = 40.64%

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

R = 32.77%
G = 40.64%
B = 26.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#9ABF7D (or 0x9ABF7D) is known color: Olivine. HEX triplet: 9A, BF and 7D. RGB value is (154,191,125). Sum of RGB (Red+Green+Blue) = 154+191+125=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABF7D is #654082. Grayscale: #ACACAC. Windows color (decimal): -6635651 or 8241050. OLE color: 8241050.

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

Color convert

RGB 154 191 125 -
CMYK 0.19 0 0.35 0.25
HSL 93.64º 0.34% 0.62% -
HSV(B) 93.64º 0.35% 0.75% -
XYZ 35.66 45.61 26.33 -
YUV 172.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 154 191 125 0.19 0 0.35 0.25 93.64 0.34 0.62
Hex 9A BF 7D 13 0 23 19 5E 22 3E
Octal 232 277 175 23 0 43 31 136 42 76
Binary 10011010 10111111 1111101 10011 0 100011 11001 1011110 100010 111110

Color Harmonies of #9ABF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF7D

Black with #9ABF7D

Text Example


Text Example

White with #9ABF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,125); }

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

background-color css

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

 a { background-color: rgb(154,191,125); }

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

border-color css

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

 span { border-color: rgb(154,191,125); }

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