Html Css Color HEX #99CF68 Olivine

📋 copy color: '#99CF68'

red 153 ◦ green 207 ◦ blue 104

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

Shades of Olivine #99CF68

Tints of Olivine #99CF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 32.97%
G = 44.61%
B = 22.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#99CF68 (or 0x99CF68) is known color: Olivine. HEX triplet: 99, CF and 68. RGB value is (153,207,104). Sum of RGB (Red+Green+Blue) = 153+207+104=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF68 is #663097. Grayscale: #B3B3B3. Windows color (decimal): -6697112 or 6868889. OLE color: 6868889.

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

Color convert

RGB 153 207 104 -
CMYK 0.26 0 0.50 0.19
HSL 91.46º 0.52% 0.61% -
HSV(B) 91.46º 0.5% 0.81% -
XYZ 37.95 52.4 21.21 -
YUV 179.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 153 207 104 0.26 0 0.50 0.19 91.46 0.52 0.61
Hex 99 CF 68 1A 0 32 13 5B 34 3D
Octal 231 317 150 32 0 62 23 133 64 75
Binary 10011001 11001111 1101000 11010 0 110010 10011 1011011 110100 111101

Color Harmonies of #99CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF68

Black with #99CF68

Text Example


Text Example

White with #99CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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