Html Css Color HEX #8FC375 Olivine

📋 copy color: '#8FC375'

red 143 ◦ green 195 ◦ blue 117

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

Shades of Olivine #8FC375

Tints of Olivine #8FC375

RGB

 RED value IS 143 (56.25% from 255) = 31.43%

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 31.43%
G = 42.86%
B = 25.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#8FC375 (or 0x8FC375) is known color: Olivine. HEX triplet: 8F, C3 and 75. RGB value is (143,195,117). Sum of RGB (Red+Green+Blue) = 143+195+117=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC375 is #703C8A. Grayscale: #AAAAAA. Windows color (decimal): -7355531 or 7717775. OLE color: 7717775.

HSL color Cylindrical-coordinate representation of color #8FC375: hue angle of 100º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC375 is Cyan = 0.27, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 195 117 -
CMYK 0.27 0 0.4 0.24
HSL 100º 0.39% 0.61% -
HSV(B) 100º 0.4% 0.76% -
XYZ 34.05 46.15 23.94 -
YUV 170.56 97.77 108.34 -
System Red Green Blue C M Y K H S L
Decimal 143 195 117 0.27 0 0.4 0.24 100 0.39 0.61
Hex 8F C3 75 1B 0 28 18 64 27 3D
Octal 217 303 165 33 0 50 30 144 47 75
Binary 10001111 11000011 1110101 11011 0 101000 11000 1100100 100111 111101

Color Harmonies of #8FC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC375

Black with #8FC375

Text Example


Text Example

White with #8FC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FC375; }

 p { color: rgb(143,195,117); }

 H1.HeaderClassName
 {
   color: #8FC375;
 }
 .AnyTagClassName
 {
   color: #8FC375;
 }
</style>

background-color css

<style>
 a { background-color: #8FC375; }

 a { background-color: rgb(143,195,117); }

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

border-color css

<style>
 span { border-color: #8FC375; }

 span { border-color: rgb(143,195,117); }

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