Html Css Color HEX #99AF6D Olivine

📋 copy color: '#99AF6D'

red 153 ◦ green 175 ◦ blue 109

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

Shades of Olivine #99AF6D

Tints of Olivine #99AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 35.01%
G = 40.05%
B = 24.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#99AF6D (or 0x99AF6D) is known color: Olivine. HEX triplet: 99, AF and 6D. RGB value is (153,175,109). Sum of RGB (Red+Green+Blue) = 153+175+109=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF6D is #665092. Grayscale: #A1A1A1. Windows color (decimal): -6705299 or 7188377. OLE color: 7188377.

HSL color Cylindrical-coordinate representation of color #99AF6D: hue angle of 80º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99AF6D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 175 109 -
CMYK 0.13 0 0.38 0.31
HSL 80º 0.29% 0.56% -
HSV(B) 80º 0.38% 0.69% -
XYZ 31.23 38.54 20.26 -
YUV 160.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 153 175 109 0.13 0 0.38 0.31 80 0.29 0.56
Hex 99 AF 6D D 0 26 1F 50 1D 38
Octal 231 257 155 15 0 46 37 120 35 70
Binary 10011001 10101111 1101101 1101 0 100110 11111 1010000 11101 111000

Color Harmonies of #99AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF6D

Black with #99AF6D

Text Example


Text Example

White with #99AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,175,109); }

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

background-color css

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

 a { background-color: rgb(153,175,109); }

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

border-color css

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

 span { border-color: rgb(153,175,109); }

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