#67AF31

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

Shades of Apple #67AF31

Tints of Apple #67AF31

Color information

#67AF31 (or 0x67AF31) is unknown color: approx Apple. HEX triplet: 67, AF and 31. RGB value is (103,175,49). Sum of RGB (Red+Green+Blue) = 103+175+49=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AF31 is #9850CE. Grayscale: #8B8B8B. Windows color (decimal): -9982159 or 3256167. OLE color: 3256167.

HSL color Cylindrical-coordinate representation of color #67AF31: hue angle of 94.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67AF31 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB10317549-
CMYK0.4100.720.31
HSL94.29º56.25%43.92%-
HSV(B)94.29º72%68.63%-
XYZ21.4833.778.29-
YUV139.1177.15102.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=31.50%
G=53.52%
B=14.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103175490.4100.720.3194.2956.2543.92
Hex67AF31290481F5e382c
Octal14725761510110371367054
Binary11001111010111111000110100101001000111111011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,175,49); }

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

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

 a { background-color: rgb(103,175,49); }

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

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

 span { border-color: rgb(103,175,49); }

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