Html Css Color HEX #9FCB65 Olivine

📋 copy color: '#9FCB65'

red 159 ◦ green 203 ◦ blue 101

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

Shades of Olivine #9FCB65

Tints of Olivine #9FCB65

RGB

 RED value IS 159 (62.5% from 255) = 34.34%

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 34.34%
G = 43.84%
B = 21.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#9FCB65 (or 0x9FCB65) is known color: Olivine. HEX triplet: 9F, CB and 65. RGB value is (159,203,101). Sum of RGB (Red+Green+Blue) = 159+203+101=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB65 is #60349A. Grayscale: #B2B2B2. Windows color (decimal): -6304923 or 6671263. OLE color: 6671263.

HSL color Cylindrical-coordinate representation of color #9FCB65: hue angle of 85.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FCB65 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 101 -
CMYK 0.22 0 0.50 0.20
HSL 85.88º 0.5% 0.6% -
HSV(B) 85.88º 0.5% 0.8% -
XYZ 38 51.02 20.16 -
YUV 178.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 159 203 101 0.22 0 0.50 0.20 85.88 0.5 0.6
Hex 9F CB 65 16 0 32 14 56 32 3C
Octal 237 313 145 26 0 62 24 126 62 74
Binary 10011111 11001011 1100101 10110 0 110010 10100 1010110 110010 111100

Color Harmonies of #9FCB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB65

Black with #9FCB65

Text Example


Text Example

White with #9FCB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,101); }

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

background-color css

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

 a { background-color: rgb(159,203,101); }

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

border-color css

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

 span { border-color: rgb(159,203,101); }

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