Html Css Color HEX #99CF6D Olivine

📋 copy color: '#99CF6D'

red 153 ◦ green 207 ◦ blue 109

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

Shades of Olivine #99CF6D

Tints of Olivine #99CF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

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

R = 32.62%
G = 44.14%
B = 23.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#99CF6D (or 0x99CF6D) is known color: Olivine. HEX triplet: 99, CF and 6D. RGB value is (153,207,109). Sum of RGB (Red+Green+Blue) = 153+207+109=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF6D is #663092. Grayscale: #B4B4B4. Windows color (decimal): -6697107 or 7196569. OLE color: 7196569.

HSL color Cylindrical-coordinate representation of color #99CF6D: hue angle of 93.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99CF6D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 109 -
CMYK 0.26 0 0.47 0.19
HSL 93.06º 0.51% 0.62% -
HSV(B) 93.06º 0.47% 0.81% -
XYZ 38.21 52.5 22.59 -
YUV 179.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 153 207 109 0.26 0 0.47 0.19 93.06 0.51 0.62
Hex 99 CF 6D 1A 0 2F 13 5D 33 3E
Octal 231 317 155 32 0 57 23 135 63 76
Binary 10011001 11001111 1101101 11010 0 101111 10011 1011101 110011 111110

Color Harmonies of #99CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF6D

Black with #99CF6D

Text Example


Text Example

White with #99CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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