Html Css Color HEX #69C348 Apple

📋 copy color: '#69C348'

red 105 ◦ green 195 ◦ blue 72

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

Shades of Apple #69C348

Tints of Apple #69C348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 28.23%
G = 52.42%
B = 19.35%

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

#69C348 (or 0x69C348) is known color: Apple. HEX triplet: 69, C3 and 48. RGB value is (105,195,72). Sum of RGB (Red+Green+Blue) = 105+195+72=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #69C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C348 is #963CB7. Grayscale: #9A9A9A. Windows color (decimal): -9845944 or 4768617. OLE color: 4768617.

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

Color convert

RGB 105 195 72 -
CMYK 0.46 0 0.63 0.24
HSL 103.9º 0.51% 0.52% -
HSV(B) 103.9º 0.63% 0.76% -
XYZ 26.51 42.5 12.94 -
YUV 154.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 105 195 72 0.46 0 0.63 0.24 103.9 0.51 0.52
Hex 69 C3 48 2E 0 3F 18 68 33 34
Octal 151 303 110 56 0 77 30 150 63 64
Binary 1101001 11000011 1001000 101110 0 111111 11000 1101000 110011 110100

Color Harmonies of #69C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C348

Black with #69C348

Text Example


Text Example

White with #69C348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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