Html Css Color HEX #91BC70 Olivine

📋 copy color: '#91BC70'

red 145 ◦ green 188 ◦ blue 112

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

Shades of Olivine #91BC70

Tints of Olivine #91BC70

RGB

 RED value IS 145 (57.03% from 255) = 32.58%

 GREEN value IS 188 (73.83% from 255) = 42.25%

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

R = 32.58%
G = 42.25%
B = 25.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#91BC70 (or 0x91BC70) is known color: Olivine. HEX triplet: 91, BC and 70. RGB value is (145,188,112). Sum of RGB (Red+Green+Blue) = 145+188+112=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC70 is #6E438F. Grayscale: #A6A6A6. Windows color (decimal): -7226256 or 7388305. OLE color: 7388305.

HSL color Cylindrical-coordinate representation of color #91BC70: hue angle of 93.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91BC70 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 188 112 -
CMYK 0.23 0 0.40 0.26
HSL 93.95º 0.36% 0.59% -
HSV(B) 93.95º 0.4% 0.74% -
XYZ 32.58 43.16 21.94 -
YUV 166.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 145 188 112 0.23 0 0.40 0.26 93.95 0.36 0.59
Hex 91 BC 70 17 0 28 1A 5E 24 3B
Octal 221 274 160 27 0 50 32 136 44 73
Binary 10010001 10111100 1110000 10111 0 101000 11010 1011110 100100 111011

Color Harmonies of #91BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BC70

Black with #91BC70

Text Example


Text Example

White with #91BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91BC70; }

 p { color: rgb(145,188,112); }

 H1.HeaderClassName
 {
   color: #91BC70;
 }
 .AnyTagClassName
 {
   color: #91BC70;
 }
</style>

background-color css

<style>
 a { background-color: #91BC70; }

 a { background-color: rgb(145,188,112); }

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

border-color css

<style>
 span { border-color: #91BC70; }

 span { border-color: rgb(145,188,112); }

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