Html Css Color HEX #99AF6B Olivine

📋 copy color: '#99AF6B'

red 153 ◦ green 175 ◦ blue 107

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

Shades of Olivine #99AF6B

Tints of Olivine #99AF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 35.17%
G = 40.23%
B = 24.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#99AF6B (or 0x99AF6B) is known color: Olivine. HEX triplet: 99, AF and 6B. RGB value is (153,175,107). Sum of RGB (Red+Green+Blue) = 153+175+107=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF6B is #665094. Grayscale: #A0A0A0. Windows color (decimal): -6705301 or 7057305. OLE color: 7057305.

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

Color convert

RGB 153 175 107 -
CMYK 0.13 0 0.39 0.31
HSL 79.41º 0.3% 0.55% -
HSV(B) 79.41º 0.39% 0.69% -
XYZ 31.12 38.49 19.7 -
YUV 160.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 153 175 107 0.13 0 0.39 0.31 79.41 0.3 0.55
Hex 99 AF 6B D 0 27 1F 4F 1E 37
Octal 231 257 153 15 0 47 37 117 36 67
Binary 10011001 10101111 1101011 1101 0 100111 11111 1001111 11110 110111

Color Harmonies of #99AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF6B

Black with #99AF6B

Text Example


Text Example

White with #99AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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