Html Css Color HEX #8FBE74 Olivine

📋 copy color: '#8FBE74'

red 143 ◦ green 190 ◦ blue 116

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

Shades of Olivine #8FBE74

Tints of Olivine #8FBE74

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 31.85%
G = 42.32%
B = 25.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#8FBE74 (or 0x8FBE74) is known color: Olivine. HEX triplet: 8F, BE and 74. RGB value is (143,190,116). Sum of RGB (Red+Green+Blue) = 143+190+116=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE74 is #70418B. Grayscale: #A7A7A7. Windows color (decimal): -7356812 or 7650959. OLE color: 7650959.

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

Color convert

RGB 143 190 116 -
CMYK 0.25 0 0.39 0.25
HSL 98.11º 0.36% 0.6% -
HSV(B) 98.11º 0.39% 0.75% -
XYZ 32.89 43.93 23.27 -
YUV 167.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 143 190 116 0.25 0 0.39 0.25 98.11 0.36 0.6
Hex 8F BE 74 19 0 27 19 62 24 3C
Octal 217 276 164 31 0 47 31 142 44 74
Binary 10001111 10111110 1110100 11001 0 100111 11001 1100010 100100 111100

Color Harmonies of #8FBE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBE74

Black with #8FBE74

Text Example


Text Example

White with #8FBE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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