Html Css Color HEX #69C04A Apple

📋 copy color: '#69C04A'

red 105 ◦ green 192 ◦ blue 74

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

Shades of Apple #69C04A

Tints of Apple #69C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 28.3%
G = 51.75%
B = 19.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#69C04A (or 0x69C04A) is known color: Apple. HEX triplet: 69, C0 and 4A. RGB value is (105,192,74). Sum of RGB (Red+Green+Blue) = 105+192+74=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #69C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C04A is #963FB5. Grayscale: #989898. Windows color (decimal): -9846710 or 4898921. OLE color: 4898921.

HSL color Cylindrical-coordinate representation of color #69C04A: hue angle of 104.24º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69C04A is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 74 -
CMYK 0.45 0 0.61 0.25
HSL 104.24º 0.48% 0.52% -
HSV(B) 104.24º 0.61% 0.75% -
XYZ 25.91 41.2 13.06 -
YUV 152.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 105 192 74 0.45 0 0.61 0.25 104.24 0.48 0.52
Hex 69 C0 4A 2D 0 3D 19 68 30 34
Octal 151 300 112 55 0 75 31 150 60 64
Binary 1101001 11000000 1001010 101101 0 111101 11001 1101000 110000 110100

Color Harmonies of #69C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C04A

Black with #69C04A

Text Example


Text Example

White with #69C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,74); }

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

background-color css

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

 a { background-color: rgb(105,192,74); }

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

border-color css

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

 span { border-color: rgb(105,192,74); }

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