Html Css Color HEX #8FC074 Olivine

📋 copy color: '#8FC074'

red 143 ◦ green 192 ◦ blue 116

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

Shades of Olivine #8FC074

Tints of Olivine #8FC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 31.71%
G = 42.57%
B = 25.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#8FC074 (or 0x8FC074) is known color: Olivine. HEX triplet: 8F, C0 and 74. RGB value is (143,192,116). Sum of RGB (Red+Green+Blue) = 143+192+116=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC074 is #703F8B. Grayscale: #A8A8A8. Windows color (decimal): -7356300 or 7651471. OLE color: 7651471.

HSL color Cylindrical-coordinate representation of color #8FC074: hue angle of 98.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC074 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 192 116 -
CMYK 0.26 0 0.40 0.25
HSL 98.68º 0.38% 0.6% -
HSV(B) 98.68º 0.4% 0.75% -
XYZ 33.33 44.8 23.41 -
YUV 168.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 143 192 116 0.26 0 0.40 0.25 98.68 0.38 0.6
Hex 8F C0 74 1A 0 28 19 63 26 3C
Octal 217 300 164 32 0 50 31 143 46 74
Binary 10001111 11000000 1110100 11010 0 101000 11001 1100011 100110 111100

Color Harmonies of #8FC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC074

Black with #8FC074

Text Example


Text Example

White with #8FC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,116); }

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

background-color css

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

 a { background-color: rgb(143,192,116); }

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

border-color css

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

 span { border-color: rgb(143,192,116); }

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