#67B350

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

Shades of Apple #67B350

Tints of Apple #67B350

Color information

#67B350 (or 0x67B350) is unknown color: approx Apple. HEX triplet: 67, B3 and 50. RGB value is (103,179,80). Sum of RGB (Red+Green+Blue) = 103+179+80=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #67B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67B350 is #984CAF. Grayscale: #919191. Windows color (decimal): -9981104 or 5288807. OLE color: 5288807.

HSL color Cylindrical-coordinate representation of color #67B350: hue angle of 106.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67B350 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB10317980-
CMYK0.4200.550.30
HSL106.06º39.44%50.78%-
HSV(B)106.06º55.31%70.2%-
XYZ23.1635.713.26-
YUV144.9991.3298.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 179 (70.31% from 255) = 49.45%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=28.45%
G=49.45%
B=22.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103179800.4200.550.30106.0639.4450.78
Hex67B3502A0371E6a2733
Octal14726312052067361524763
Binary11001111011001110100001010100110111111101101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,179,80); }

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

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

 a { background-color: rgb(103,179,80); }

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

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

 span { border-color: rgb(103,179,80); }

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