Html Css Color HEX #69C63C Apple

📋 copy color: '#69C63C'

red 105 ◦ green 198 ◦ blue 60

#69C63C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #69C63C

Tints of Apple #69C63C

RGB

 RED value IS 105 (41.41% from 255) = 28.93%

 GREEN value IS 198 (77.73% from 255) = 54.55%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 28.93%
G = 54.55%
B = 16.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#69C63C (or 0x69C63C) is known color: Apple. HEX triplet: 69, C6 and 3C. RGB value is (105,198,60). Sum of RGB (Red+Green+Blue) = 105+198+60=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #69C63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C63C is #9639C3. Grayscale: #9A9A9A. Windows color (decimal): -9845188 or 3982953. OLE color: 3982953.

HSL color Cylindrical-coordinate representation of color #69C63C: hue angle of 100.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69C63C is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 198 60 -
CMYK 0.47 0 0.70 0.22
HSL 100.43º 0.55% 0.51% -
HSV(B) 100.43º 0.7% 0.78% -
XYZ 26.84 43.72 11.3 -
YUV 154.46 74.69 92.72 -
System Red Green Blue C M Y K H S L
Decimal 105 198 60 0.47 0 0.70 0.22 100.43 0.55 0.51
Hex 69 C6 3C 2F 0 46 16 64 37 33
Octal 151 306 74 57 0 106 26 144 67 63
Binary 1101001 11000110 111100 101111 0 1000110 10110 1100100 110111 110011

Color Harmonies of #69C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C63C

Black with #69C63C

Text Example


Text Example

White with #69C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,198,60); }

 H1.HeaderClassName
 {
   color: #69C63C;
 }
 .AnyTagClassName
 {
   color: #69C63C;
 }
</style>

background-color css

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

 a { background-color: rgb(105,198,60); }

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

border-color css

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

 span { border-color: rgb(105,198,60); }

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