Html Css Color HEX #8CBD77 Olivine

📋 copy color: '#8CBD77'

red 140 ◦ green 189 ◦ blue 119

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

Shades of Olivine #8CBD77

Tints of Olivine #8CBD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 31.25%
G = 42.19%
B = 26.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#8CBD77 (or 0x8CBD77) is known color: Olivine. HEX triplet: 8C, BD and 77. RGB value is (140,189,119). Sum of RGB (Red+Green+Blue) = 140+189+119=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD77 is #734288. Grayscale: #A6A6A6. Windows color (decimal): -7553673 or 7847308. OLE color: 7847308.

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

Color convert

RGB 140 189 119 -
CMYK 0.26 0 0.37 0.26
HSL 102º 0.35% 0.6% -
HSV(B) 102º 0.37% 0.74% -
XYZ 32.34 43.3 24.11 -
YUV 166.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 140 189 119 0.26 0 0.37 0.26 102 0.35 0.6
Hex 8C BD 77 1A 0 25 1A 66 23 3C
Octal 214 275 167 32 0 45 32 146 43 74
Binary 10001100 10111101 1110111 11010 0 100101 11010 1100110 100011 111100

Color Harmonies of #8CBD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD77

Black with #8CBD77

Text Example


Text Example

White with #8CBD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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