#67AA3D

Color #67AA3D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #67AA3D

Tints of Apple #67AA3D

Color information

#67AA3D (or 0x67AA3D) is unknown color: approx Apple. HEX triplet: 67, AA and 3D. RGB value is (103,170,61). Sum of RGB (Red+Green+Blue) = 103+170+61=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AA3D is #9855C2. Grayscale: #898989. Windows color (decimal): -9983427 or 4041319. OLE color: 4041319.

HSL color Cylindrical-coordinate representation of color #67AA3D: hue angle of 96.88º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67AA3D is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB10317061-
CMYK0.3900.640.33
HSL96.88º47.19%45.29%-
HSV(B)96.88º64.12%66.67%-
XYZ20.8131.979.49-
YUV137.5484.8103.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.84%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=30.84%
G=50.90%
B=18.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103170610.3900.640.3396.8847.1945.29
Hex67AA3D2704021612f2d
Octal14725275470100411415755
Binary110011110101010111101100111010000001000011100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AA3D; }

 p { color: rgb(103,170,61); }

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

<style>
 a { background-color: #67AA3D; }

 a { background-color: rgb(103,170,61); }

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

<style>
 span { border-color: #67AA3D; }

 span { border-color: rgb(103,170,61); }

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