Html Css Color HEX #99CF6B Olivine

📋 copy color: '#99CF6B'

red 153 ◦ green 207 ◦ blue 107

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

Shades of Olivine #99CF6B

Tints of Olivine #99CF6B

RGB

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

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

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

R = 32.76%
G = 44.33%
B = 22.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#99CF6B (or 0x99CF6B) is known color: Olivine. HEX triplet: 99, CF and 6B. RGB value is (153,207,107). Sum of RGB (Red+Green+Blue) = 153+207+107=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF6B is #663094. Grayscale: #B3B3B3. Windows color (decimal): -6697109 or 7065497. OLE color: 7065497.

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

Color convert

RGB 153 207 107 -
CMYK 0.26 0 0.48 0.19
HSL 92.4º 0.51% 0.62% -
HSV(B) 92.4º 0.48% 0.81% -
XYZ 38.1 52.46 22.03 -
YUV 179.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 153 207 107 0.26 0 0.48 0.19 92.4 0.51 0.62
Hex 99 CF 6B 1A 0 30 13 5C 33 3E
Octal 231 317 153 32 0 60 23 134 63 76
Binary 10011001 11001111 1101011 11010 0 110000 10011 1011100 110011 111110

Color Harmonies of #99CF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF6B

Black with #99CF6B

Text Example


Text Example

White with #99CF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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