Html Css Color HEX #99B67F Olivine

📋 copy color: '#99B67F'

red 153 ◦ green 182 ◦ blue 127

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

Shades of Olivine #99B67F

Tints of Olivine #99B67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.39%

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

R = 33.12%
G = 39.39%
B = 27.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#99B67F (or 0x99B67F) is known color: Olivine. HEX triplet: 99, B6 and 7F. RGB value is (153,182,127). Sum of RGB (Red+Green+Blue) = 153+182+127=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #99B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B67F is #664980. Grayscale: #A7A7A7. Windows color (decimal): -6703489 or 8369817. OLE color: 8369817.

HSL color Cylindrical-coordinate representation of color #99B67F: hue angle of 91.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B67F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 127 -
CMYK 0.16 0 0.30 0.29
HSL 91.64º 0.27% 0.61% -
HSV(B) 91.64º 0.3% 0.71% -
XYZ 33.7 41.76 26.36 -
YUV 167.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 153 182 127 0.16 0 0.30 0.29 91.64 0.27 0.61
Hex 99 B6 7F 10 0 1E 1D 5C 1B 3D
Octal 231 266 177 20 0 36 35 134 33 75
Binary 10011001 10110110 1111111 10000 0 11110 11101 1011100 11011 111101

Color Harmonies of #99B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B67F

Black with #99B67F

Text Example


Text Example

White with #99B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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