#6BAF35

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

Shades of Apple #6BAF35

Tints of Apple #6BAF35

Color information

#6BAF35 (or 0x6BAF35) is unknown color: approx Apple. HEX triplet: 6B, AF and 35. RGB value is (107,175,53). Sum of RGB (Red+Green+Blue) = 107+175+53=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF35 is #9450CA. Grayscale: #8D8D8D. Windows color (decimal): -9720011 or 3518315. OLE color: 3518315.

HSL color Cylindrical-coordinate representation of color #6BAF35: hue angle of 93.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BAF35 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB10717553-
CMYK0.3900.700.31
HSL93.44º53.51%44.71%-
HSV(B)93.44º69.71%68.63%-
XYZ22.0434.048.78-
YUV140.7678.47103.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=31.94%
G=52.24%
B=15.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107175530.3900.700.3193.4453.5144.71
Hex6BAF35270461F5d362d
Octal15325765470106371356655
Binary11010111010111111010110011101000110111111011101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BAF35; }

 p { color: rgb(107,175,53); }

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

<style>
 a { background-color: #6BAF35; }

 a { background-color: rgb(107,175,53); }

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

<style>
 span { border-color: #6BAF35; }

 span { border-color: rgb(107,175,53); }

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