Html Css Color HEX #69C349 Apple

📋 copy color: '#69C349'

red 105 ◦ green 195 ◦ blue 73

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

Shades of Apple #69C349

Tints of Apple #69C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.28%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 28.15%
G = 52.28%
B = 19.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#69C349 (or 0x69C349) is known color: Apple. HEX triplet: 69, C3 and 49. RGB value is (105,195,73). Sum of RGB (Red+Green+Blue) = 105+195+73=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #69C349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C349 is #963CB6. Grayscale: #9A9A9A. Windows color (decimal): -9845943 or 4834153. OLE color: 4834153.

HSL color Cylindrical-coordinate representation of color #69C349: hue angle of 104.26º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69C349 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 195 73 -
CMYK 0.46 0 0.63 0.24
HSL 104.26º 0.5% 0.53% -
HSV(B) 104.26º 0.63% 0.76% -
XYZ 26.54 42.51 13.11 -
YUV 154.18 82.18 92.92 -
System Red Green Blue C M Y K H S L
Decimal 105 195 73 0.46 0 0.63 0.24 104.26 0.5 0.53
Hex 69 C3 49 2E 0 3F 18 68 32 35
Octal 151 303 111 56 0 77 30 150 62 65
Binary 1101001 11000011 1001001 101110 0 111111 11000 1101000 110010 110101

Color Harmonies of #69C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C349

Black with #69C349

Text Example


Text Example

White with #69C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,195,73); }

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

background-color css

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

 a { background-color: rgb(105,195,73); }

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

border-color css

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

 span { border-color: rgb(105,195,73); }

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