Html Css Color HEX #8CBB73 Olivine

📋 copy color: '#8CBB73'

red 140 ◦ green 187 ◦ blue 115

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

Shades of Olivine #8CBB73

Tints of Olivine #8CBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.31%

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 31.67%
G = 42.31%
B = 26.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#8CBB73 (or 0x8CBB73) is known color: Olivine. HEX triplet: 8C, BB and 73. RGB value is (140,187,115). Sum of RGB (Red+Green+Blue) = 140+187+115=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB73 is #73448C. Grayscale: #A4A4A4. Windows color (decimal): -7554189 or 7584652. OLE color: 7584652.

HSL color Cylindrical-coordinate representation of color #8CBB73: hue angle of 99.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CBB73 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 187 115 -
CMYK 0.25 0 0.39 0.27
HSL 99.17º 0.35% 0.59% -
HSV(B) 99.17º 0.39% 0.73% -
XYZ 31.68 42.35 22.73 -
YUV 164.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 140 187 115 0.25 0 0.39 0.27 99.17 0.35 0.59
Hex 8C BB 73 19 0 27 1B 63 23 3B
Octal 214 273 163 31 0 47 33 143 43 73
Binary 10001100 10111011 1110011 11001 0 100111 11011 1100011 100011 111011

Color Harmonies of #8CBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB73

Black with #8CBB73

Text Example


Text Example

White with #8CBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,115); }

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

background-color css

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

 a { background-color: rgb(140,187,115); }

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

border-color css

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

 span { border-color: rgb(140,187,115); }

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