Html Css Color HEX #8FB368 Olivine

📋 copy color: '#8FB368'

red 143 ◦ green 179 ◦ blue 104

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

Shades of Olivine #8FB368

Tints of Olivine #8FB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 33.57%
G = 42.02%
B = 24.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#8FB368 (or 0x8FB368) is known color: Olivine. HEX triplet: 8F, B3 and 68. RGB value is (143,179,104). Sum of RGB (Red+Green+Blue) = 143+179+104=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB368 is #704C97. Grayscale: #9F9F9F. Windows color (decimal): -7359640 or 6861711. OLE color: 6861711.

HSL color Cylindrical-coordinate representation of color #8FB368: hue angle of 88.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB368 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 179 104 -
CMYK 0.20 0 0.42 0.30
HSL 88.8º 0.33% 0.55% -
HSV(B) 88.8º 0.42% 0.7% -
XYZ 29.95 39.08 19.06 -
YUV 159.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 143 179 104 0.20 0 0.42 0.30 88.8 0.33 0.55
Hex 8F B3 68 14 0 2A 1E 59 21 37
Octal 217 263 150 24 0 52 36 131 41 67
Binary 10001111 10110011 1101000 10100 0 101010 11110 1011001 100001 110111

Color Harmonies of #8FB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB368

Black with #8FB368

Text Example


Text Example

White with #8FB368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,179,104); }

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

background-color css

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

 a { background-color: rgb(143,179,104); }

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

border-color css

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

 span { border-color: rgb(143,179,104); }

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