#69A16B

Color #69A16B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #69A16B

Tints of Laurel #69A16B

Color information

#69A16B (or 0x69A16B) is unknown color: approx Laurel. HEX triplet: 69, A1 and 6B. RGB value is (105,161,107). Sum of RGB (Red+Green+Blue) = 105+161+107=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #69A16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A16B is #965E94. Grayscale: #8A8A8A. Windows color (decimal): -9854613 or 7053673. OLE color: 7053673.

HSL color Cylindrical-coordinate representation of color #69A16B: hue angle of 122.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A16B is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB105161107-
CMYK0.3500.340.37
HSL122.14º22.95%52.16%-
HSV(B)122.14º34.78%63.14%-
XYZ21.2229.5518.5-
YUV138.1110.45104.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=28.15%
G=43.16%
B=28.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051611070.3500.340.37122.1422.9552.16
Hex69A16B23022257a1734
Octal15124115343042451722764
Binary11010011010000111010111000110100010100101111101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A16B; }

 p { color: rgb(105,161,107); }

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

<style>
 a { background-color: #69A16B; }

 a { background-color: rgb(105,161,107); }

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

<style>
 span { border-color: #69A16B; }

 span { border-color: rgb(105,161,107); }

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