Html Css Color HEX #99BF7F Olivine

📋 copy color: '#99BF7F'

red 153 ◦ green 191 ◦ blue 127

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

Shades of Olivine #99BF7F

Tints of Olivine #99BF7F

RGB

 RED value IS 153 (60.16% from 255) = 32.48%

 GREEN value IS 191 (75% from 255) = 40.55%

 BLUE value IS 127 (50% from 255) = 26.96%

R = 32.48%
G = 40.55%
B = 26.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#99BF7F (or 0x99BF7F) is known color: Olivine. HEX triplet: 99, BF and 7F. RGB value is (153,191,127). Sum of RGB (Red+Green+Blue) = 153+191+127=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF7F is #664080. Grayscale: #ACACAC. Windows color (decimal): -6701185 or 8372121. OLE color: 8372121.

HSL color Cylindrical-coordinate representation of color #99BF7F: hue angle of 95.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99BF7F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 127 -
CMYK 0.20 0 0.34 0.25
HSL 95.63º 0.33% 0.62% -
HSV(B) 95.63º 0.34% 0.75% -
XYZ 35.6 45.57 27 -
YUV 172.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 153 191 127 0.20 0 0.34 0.25 95.63 0.33 0.62
Hex 99 BF 7F 14 0 22 19 60 21 3E
Octal 231 277 177 24 0 42 31 140 41 76
Binary 10011001 10111111 1111111 10100 0 100010 11001 1100000 100001 111110

Color Harmonies of #99BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF7F

Black with #99BF7F

Text Example


Text Example

White with #99BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BF7F; }

 p { color: rgb(153,191,127); }

 H1.HeaderClassName
 {
   color: #99BF7F;
 }
 .AnyTagClassName
 {
   color: #99BF7F;
 }
</style>

background-color css

<style>
 a { background-color: #99BF7F; }

 a { background-color: rgb(153,191,127); }

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

border-color css

<style>
 span { border-color: #99BF7F; }

 span { border-color: rgb(153,191,127); }

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