Html Css Color HEX #8CBA70 Olivine

📋 copy color: '#8CBA70'

red 140 ◦ green 186 ◦ blue 112

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

Shades of Olivine #8CBA70

Tints of Olivine #8CBA70

RGB

 RED value IS 140 (55.08% from 255) = 31.96%

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 31.96%
G = 42.47%
B = 25.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#8CBA70 (or 0x8CBA70) is known color: Olivine. HEX triplet: 8C, BA and 70. RGB value is (140,186,112). Sum of RGB (Red+Green+Blue) = 140+186+112=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA70 is #73458F. Grayscale: #A4A4A4. Windows color (decimal): -7554448 or 7387788. OLE color: 7387788.

HSL color Cylindrical-coordinate representation of color #8CBA70: hue angle of 97.3º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBA70 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 112 -
CMYK 0.25 0 0.40 0.27
HSL 97.3º 0.35% 0.58% -
HSV(B) 97.3º 0.4% 0.73% -
XYZ 31.3 41.86 21.76 -
YUV 163.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 140 186 112 0.25 0 0.40 0.27 97.3 0.35 0.58
Hex 8C BA 70 19 0 28 1B 61 23 3A
Octal 214 272 160 31 0 50 33 141 43 72
Binary 10001100 10111010 1110000 11001 0 101000 11011 1100001 100011 111010

Color Harmonies of #8CBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA70

Black with #8CBA70

Text Example


Text Example

White with #8CBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,112); }

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

background-color css

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

 a { background-color: rgb(140,186,112); }

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

border-color css

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

 span { border-color: rgb(140,186,112); }

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