Html Css Color HEX #8CC277 Olivine

📋 copy color: '#8CC277'

red 140 ◦ green 194 ◦ blue 119

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

Shades of Olivine #8CC277

Tints of Olivine #8CC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 30.91%
G = 42.83%
B = 26.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#8CC277 (or 0x8CC277) is known color: Olivine. HEX triplet: 8C, C2 and 77. RGB value is (140,194,119). Sum of RGB (Red+Green+Blue) = 140+194+119=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC277 is #733D88. Grayscale: #A9A9A9. Windows color (decimal): -7552393 or 7848588. OLE color: 7848588.

HSL color Cylindrical-coordinate representation of color #8CC277: hue angle of 103.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CC277 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 119 -
CMYK 0.28 0 0.39 0.24
HSL 103.2º 0.38% 0.61% -
HSV(B) 103.2º 0.39% 0.76% -
XYZ 33.44 45.49 24.47 -
YUV 169.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 140 194 119 0.28 0 0.39 0.24 103.2 0.38 0.61
Hex 8C C2 77 1C 0 27 18 67 26 3D
Octal 214 302 167 34 0 47 30 147 46 75
Binary 10001100 11000010 1110111 11100 0 100111 11000 1100111 100110 111101

Color Harmonies of #8CC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC277

Black with #8CC277

Text Example


Text Example

White with #8CC277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,119); }

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

background-color css

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

 a { background-color: rgb(140,194,119); }

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

border-color css

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

 span { border-color: rgb(140,194,119); }

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