Html Css Color HEX #9FC078 Olivine

📋 copy color: '#9FC078'

red 159 ◦ green 192 ◦ blue 120

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

Shades of Olivine #9FC078

Tints of Olivine #9FC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 33.76%
G = 40.76%
B = 25.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#9FC078 (or 0x9FC078) is known color: Olivine. HEX triplet: 9F, C0 and 78. RGB value is (159,192,120). Sum of RGB (Red+Green+Blue) = 159+192+120=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC078 is #603F87. Grayscale: #AEAEAE. Windows color (decimal): -6307720 or 7913631. OLE color: 7913631.

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

Color convert

RGB 159 192 120 -
CMYK 0.17 0 0.38 0.25
HSL 87.5º 0.36% 0.61% -
HSV(B) 87.5º 0.38% 0.75% -
XYZ 36.54 46.43 24.8 -
YUV 173.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 159 192 120 0.17 0 0.38 0.25 87.5 0.36 0.61
Hex 9F C0 78 11 0 26 19 57 24 3D
Octal 237 300 170 21 0 46 31 127 44 75
Binary 10011111 11000000 1111000 10001 0 100110 11001 1010111 100100 111101

Color Harmonies of #9FC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC078

Black with #9FC078

Text Example


Text Example

White with #9FC078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,120); }

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

background-color css

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

 a { background-color: rgb(159,192,120); }

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

border-color css

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

 span { border-color: rgb(159,192,120); }

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