Html Css Color HEX #99CF6F Olivine

📋 copy color: '#99CF6F'

red 153 ◦ green 207 ◦ blue 111

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

Shades of Olivine #99CF6F

Tints of Olivine #99CF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 32.48%
G = 43.95%
B = 23.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#99CF6F (or 0x99CF6F) is known color: Olivine. HEX triplet: 99, CF and 6F. RGB value is (153,207,111). Sum of RGB (Red+Green+Blue) = 153+207+111=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF6F is #663090. Grayscale: #B4B4B4. Windows color (decimal): -6697105 or 7327641. OLE color: 7327641.

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

Color convert

RGB 153 207 111 -
CMYK 0.26 0 0.46 0.19
HSL 93.75º 0.5% 0.62% -
HSV(B) 93.75º 0.46% 0.81% -
XYZ 38.32 52.55 23.16 -
YUV 179.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 153 207 111 0.26 0 0.46 0.19 93.75 0.5 0.62
Hex 99 CF 6F 1A 0 2E 13 5E 32 3E
Octal 231 317 157 32 0 56 23 136 62 76
Binary 10011001 11001111 1101111 11010 0 101110 10011 1011110 110010 111110

Color Harmonies of #99CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF6F

Black with #99CF6F

Text Example


Text Example

White with #99CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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