Html Css Color HEX #69B448 Apple

📋 copy color: '#69B448'

red 105 ◦ green 180 ◦ blue 72

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

Shades of Apple #69B448

Tints of Apple #69B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.42%

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

R = 29.41%
G = 50.42%
B = 20.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#69B448 (or 0x69B448) is known color: Apple. HEX triplet: 69, B4 and 48. RGB value is (105,180,72). Sum of RGB (Red+Green+Blue) = 105+180+72=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #69B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B448 is #964BB7. Grayscale: #919191. Windows color (decimal): -9849784 or 4764777. OLE color: 4764777.

HSL color Cylindrical-coordinate representation of color #69B448: hue angle of 101.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69B448 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 180 72 -
CMYK 0.42 0 0.60 0.29
HSL 101.67º 0.43% 0.49% -
HSV(B) 101.67º 0.6% 0.71% -
XYZ 23.32 36.11 11.87 -
YUV 145.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 105 180 72 0.42 0 0.60 0.29 101.67 0.43 0.49
Hex 69 B4 48 2A 0 3C 1D 66 2B 31
Octal 151 264 110 52 0 74 35 146 53 61
Binary 1101001 10110100 1001000 101010 0 111100 11101 1100110 101011 110001

Color Harmonies of #69B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B448

Black with #69B448

Text Example


Text Example

White with #69B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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