Html Css Color HEX #8CC078 Olivine

📋 copy color: '#8CC078'

red 140 ◦ green 192 ◦ blue 120

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

Shades of Olivine #8CC078

Tints of Olivine #8CC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.48%

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 30.97%
G = 42.48%
B = 26.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#8CC078 (or 0x8CC078) is known color: Olivine. HEX triplet: 8C, C0 and 78. RGB value is (140,192,120). Sum of RGB (Red+Green+Blue) = 140+192+120=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC078 is #733F87. Grayscale: #A8A8A8. Windows color (decimal): -7552904 or 7913612. OLE color: 7913612.

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

Color convert

RGB 140 192 120 -
CMYK 0.27 0 0.38 0.25
HSL 103.33º 0.36% 0.61% -
HSV(B) 103.33º 0.38% 0.75% -
XYZ 33.06 44.63 24.64 -
YUV 168.24 100.77 107.85 -
System Red Green Blue C M Y K H S L
Decimal 140 192 120 0.27 0 0.38 0.25 103.33 0.36 0.61
Hex 8C C0 78 1B 0 26 19 67 24 3D
Octal 214 300 170 33 0 46 31 147 44 75
Binary 10001100 11000000 1111000 11011 0 100110 11001 1100111 100100 111101

Color Harmonies of #8CC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC078

Black with #8CC078

Text Example


Text Example

White with #8CC078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,120); }

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

background-color css

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

 a { background-color: rgb(140,192,120); }

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

border-color css

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

 span { border-color: rgb(140,192,120); }

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