#9CBF67

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

Shades of Olivine #9CBF67

Tints of Olivine #9CBF67

Color information

#9CBF67 (or 0x9CBF67) is unknown color: approx Olivine. HEX triplet: 9C, BF and 67. RGB value is (156,191,103). Sum of RGB (Red+Green+Blue) = 156+191+103=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF67 is #634098. Grayscale: #AAAAAA. Windows color (decimal): -6504601 or 6799260. OLE color: 6799260.

HSL color Cylindrical-coordinate representation of color #9CBF67: hue angle of 83.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CBF67 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB156191103-
CMYK0.1800.460.25
HSL83.86º40.74%57.65%-
HSV(B)83.86º46.07%74.9%-
XYZ34.7945.3119.74-
YUV170.589.9117.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=34.67%
G=42.44%
B=22.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911030.1800.460.2583.8640.7457.65
Hex9CBF671202E1954293a
Octal23427714722056311245172
Binary10011100101111111100111100100101110110011010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,103); }

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

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

 a { background-color: rgb(156,191,103); }

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

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

 span { border-color: rgb(156,191,103); }

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