Html Css Color HEX #8CBD70 Olivine

📋 copy color: '#8CBD70'

red 140 ◦ green 189 ◦ blue 112

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

Shades of Olivine #8CBD70

Tints of Olivine #8CBD70

RGB

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

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

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

R = 31.75%
G = 42.86%
B = 25.4%

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

#8CBD70 (or 0x8CBD70) is known color: Olivine. HEX triplet: 8C, BD and 70. RGB value is (140,189,112). Sum of RGB (Red+Green+Blue) = 140+189+112=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD70 is #73428F. Grayscale: #A5A5A5. Windows color (decimal): -7553680 or 7388556. OLE color: 7388556.

HSL color Cylindrical-coordinate representation of color #8CBD70: hue angle of 98.18º degrees, saturation: 0.37, 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 #8CBD70 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 189 112 -
CMYK 0.26 0 0.41 0.26
HSL 98.18º 0.37% 0.59% -
HSV(B) 98.18º 0.41% 0.74% -
XYZ 31.94 43.14 21.97 -
YUV 165.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 140 189 112 0.26 0 0.41 0.26 98.18 0.37 0.59
Hex 8C BD 70 1A 0 29 1A 62 25 3B
Octal 214 275 160 32 0 51 32 142 45 73
Binary 10001100 10111101 1110000 11010 0 101001 11010 1100010 100101 111011

Color Harmonies of #8CBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD70

Black with #8CBD70

Text Example


Text Example

White with #8CBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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