#9FCD68

Color #9FCD68 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9FCD68

Tints of Olivine #9FCD68

Color information

#9FCD68 (or 0x9FCD68) is unknown color: approx Olivine. HEX triplet: 9F, CD and 68. RGB value is (159,205,104). Sum of RGB (Red+Green+Blue) = 159+205+104=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD68 is #603297. Grayscale: #B4B4B4. Windows color (decimal): -6304408 or 6868383. OLE color: 6868383.

HSL color Cylindrical-coordinate representation of color #9FCD68: hue angle of 87.33º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FCD68 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB159205104-
CMYK0.2200.490.20
HSL87.33º50.25%60.59%-
HSV(B)87.33º49.27%80.39%-
XYZ38.6352.0321.1-
YUV179.7385.26113.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.97%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=33.97%
G=43.80%
B=22.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051040.2200.490.2087.3350.2560.59
Hex9FCD68160311457323d
Octal23731515026061241276275
Binary10011111110011011101000101100110001101001010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FCD68; }

 p { color: rgb(159,205,104); }

 H1.HeaderClassName
 {
   color: #9FCD68;
 }
 .AnyTagClassName
 {
   color: #9FCD68;
 }
</style>
background-color css

<style>
 a { background-color: #9FCD68; }

 a { background-color: rgb(159,205,104); }

 div.DivClassName
 {
   background-color: #9FCD68;
 }
 .BgClassName
 {
   background-color: #9FCD68;
 }
</style>
border-color css

<style>
 span { border-color: #9FCD68; }

 span { border-color: rgb(159,205,104); }

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