#69B233

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

Shades of Apple #69B233

Tints of Apple #69B233

Color information

#69B233 (or 0x69B233) is unknown color: approx Apple. HEX triplet: 69, B2 and 33. RGB value is (105,178,51). Sum of RGB (Red+Green+Blue) = 105+178+51=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #69B233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B233 is #964DCC. Grayscale: #8E8E8E. Windows color (decimal): -9850317 or 3388009. OLE color: 3388009.

HSL color Cylindrical-coordinate representation of color #69B233: hue angle of 94.49º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69B233 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB10517851-
CMYK0.4100.710.30
HSL94.49º55.46%44.9%-
HSV(B)94.49º71.35%69.8%-
XYZ22.3435.088.73-
YUV141.776.82101.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=31.44%
G=53.29%
B=15.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105178510.4100.710.3094.4955.4644.9
Hex69B233290471E5e372d
Octal15126263510107361366755
Binary11010011011001011001110100101000111111101011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,178,51); }

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

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

 a { background-color: rgb(105,178,51); }

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

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

 span { border-color: rgb(105,178,51); }

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