Html Css Color HEX #69C74F Apple

📋 copy color: '#69C74F'

red 105 ◦ green 199 ◦ blue 79

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

Shades of Apple #69C74F

Tints of Apple #69C74F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.96%

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 27.42%
G = 51.96%
B = 20.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#69C74F (or 0x69C74F) is known color: Apple. HEX triplet: 69, C7 and 4F. RGB value is (105,199,79). Sum of RGB (Red+Green+Blue) = 105+199+79=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #69C74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C74F is #9638B0. Grayscale: #9D9D9D. Windows color (decimal): -9844913 or 5228393. OLE color: 5228393.

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

Color convert

RGB 105 199 79 -
CMYK 0.47 0 0.60 0.22
HSL 107º 0.52% 0.55% -
HSV(B) 107º 0.6% 0.78% -
XYZ 27.66 44.41 14.51 -
YUV 157.21 83.86 90.76 -
System Red Green Blue C M Y K H S L
Decimal 105 199 79 0.47 0 0.60 0.22 107 0.52 0.55
Hex 69 C7 4F 2F 0 3C 16 6B 34 37
Octal 151 307 117 57 0 74 26 153 64 67
Binary 1101001 11000111 1001111 101111 0 111100 10110 1101011 110100 110111

Color Harmonies of #69C74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C74F

Black with #69C74F

Text Example


Text Example

White with #69C74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,199,79); }

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

background-color css

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

 a { background-color: rgb(105,199,79); }

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

border-color css

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

 span { border-color: rgb(105,199,79); }

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