Html Css Color HEX #9ABF65 Olivine

📋 copy color: '#9ABF65'

red 154 ◦ green 191 ◦ blue 101

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

Shades of Olivine #9ABF65

Tints of Olivine #9ABF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 34.53%
G = 42.83%
B = 22.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9ABF65 (or 0x9ABF65) is known color: Olivine. HEX triplet: 9A, BF and 65. RGB value is (154,191,101). Sum of RGB (Red+Green+Blue) = 154+191+101=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABF65 is #65409A. Grayscale: #AAAAAA. Windows color (decimal): -6635675 or 6668186. OLE color: 6668186.

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

Color convert

RGB 154 191 101 -
CMYK 0.19 0 0.47 0.25
HSL 84.67º 0.41% 0.57% -
HSV(B) 84.67º 0.47% 0.75% -
XYZ 34.31 45.07 19.2 -
YUV 169.68 89.24 116.82 -
System Red Green Blue C M Y K H S L
Decimal 154 191 101 0.19 0 0.47 0.25 84.67 0.41 0.57
Hex 9A BF 65 13 0 2F 19 55 29 39
Octal 232 277 145 23 0 57 31 125 51 71
Binary 10011010 10111111 1100101 10011 0 101111 11001 1010101 101001 111001

Color Harmonies of #9ABF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF65

Black with #9ABF65

Text Example


Text Example

White with #9ABF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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