Html Css Color HEX #8CBE6D Olivine

📋 copy color: '#8CBE6D'

red 140 ◦ green 190 ◦ blue 109

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

Shades of Olivine #8CBE6D

Tints of Olivine #8CBE6D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

 BLUE value IS 109 (42.97% from 255) = 24.83%

R = 31.89%
G = 43.28%
B = 24.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#8CBE6D (or 0x8CBE6D) is known color: Olivine. HEX triplet: 8C, BE and 6D. RGB value is (140,190,109). Sum of RGB (Red+Green+Blue) = 140+190+109=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE6D is #734192. Grayscale: #A6A6A6. Windows color (decimal): -7553427 or 7192204. OLE color: 7192204.

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

Color convert

RGB 140 190 109 -
CMYK 0.26 0 0.43 0.25
HSL 97.04º 0.38% 0.59% -
HSV(B) 97.04º 0.43% 0.75% -
XYZ 31.99 43.51 21.18 -
YUV 165.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 140 190 109 0.26 0 0.43 0.25 97.04 0.38 0.59
Hex 8C BE 6D 1A 0 2B 19 61 26 3B
Octal 214 276 155 32 0 53 31 141 46 73
Binary 10001100 10111110 1101101 11010 0 101011 11001 1100001 100110 111011

Color Harmonies of #8CBE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE6D

Black with #8CBE6D

Text Example


Text Example

White with #8CBE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,109); }

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

background-color css

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

 a { background-color: rgb(140,190,109); }

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

border-color css

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

 span { border-color: rgb(140,190,109); }

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