Html Css Color HEX #91BC7D Olivine

📋 copy color: '#91BC7D'

red 145 ◦ green 188 ◦ blue 125

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

Shades of Olivine #91BC7D

Tints of Olivine #91BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 31.66%
G = 41.05%
B = 27.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#91BC7D (or 0x91BC7D) is known color: Olivine. HEX triplet: 91, BC and 7D. RGB value is (145,188,125). Sum of RGB (Red+Green+Blue) = 145+188+125=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC7D is #6E4382. Grayscale: #A8A8A8. Windows color (decimal): -7226243 or 8240273. OLE color: 8240273.

HSL color Cylindrical-coordinate representation of color #91BC7D: hue angle of 100.95º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BC7D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 188 125 -
CMYK 0.23 0 0.34 0.26
HSL 100.95º 0.32% 0.61% -
HSV(B) 100.95º 0.34% 0.74% -
XYZ 33.36 43.47 26.03 -
YUV 167.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 145 188 125 0.23 0 0.34 0.26 100.95 0.32 0.61
Hex 91 BC 7D 17 0 22 1A 65 20 3D
Octal 221 274 175 27 0 42 32 145 40 75
Binary 10010001 10111100 1111101 10111 0 100010 11010 1100101 100000 111101

Color Harmonies of #91BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BC7D

Black with #91BC7D

Text Example


Text Example

White with #91BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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