Html Css Color HEX #8CBC6F Olivine

📋 copy color: '#8CBC6F'

red 140 ◦ green 188 ◦ blue 111

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

Shades of Olivine #8CBC6F

Tints of Olivine #8CBC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 31.89%
G = 42.82%
B = 25.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#8CBC6F (or 0x8CBC6F) is known color: Olivine. HEX triplet: 8C, BC and 6F. RGB value is (140,188,111). Sum of RGB (Red+Green+Blue) = 140+188+111=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC6F is #734390. Grayscale: #A5A5A5. Windows color (decimal): -7553937 or 7322764. OLE color: 7322764.

HSL color Cylindrical-coordinate representation of color #8CBC6F: hue angle of 97.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBC6F is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 111 -
CMYK 0.26 0 0.41 0.26
HSL 97.4º 0.36% 0.59% -
HSV(B) 97.4º 0.41% 0.74% -
XYZ 31.67 42.69 21.61 -
YUV 164.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 140 188 111 0.26 0 0.41 0.26 97.4 0.36 0.59
Hex 8C BC 6F 1A 0 29 1A 61 24 3B
Octal 214 274 157 32 0 51 32 141 44 73
Binary 10001100 10111100 1101111 11010 0 101001 11010 1100001 100100 111011

Color Harmonies of #8CBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC6F

Black with #8CBC6F

Text Example


Text Example

White with #8CBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,111); }

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

background-color css

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

 a { background-color: rgb(140,188,111); }

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

border-color css

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

 span { border-color: rgb(140,188,111); }

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