Html Css Color HEX #69B444 Apple

📋 copy color: '#69B444'

red 105 ◦ green 180 ◦ blue 68

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

Shades of Apple #69B444

Tints of Apple #69B444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 29.75%
G = 50.99%
B = 19.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#69B444 (or 0x69B444) is known color: Apple. HEX triplet: 69, B4 and 44. RGB value is (105,180,68). Sum of RGB (Red+Green+Blue) = 105+180+68=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #69B444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B444 is #964BBB. Grayscale: #919191. Windows color (decimal): -9849788 or 4502633. OLE color: 4502633.

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

Color convert

RGB 105 180 68 -
CMYK 0.42 0 0.62 0.29
HSL 100.18º 0.45% 0.49% -
HSV(B) 100.18º 0.62% 0.71% -
XYZ 23.19 36.06 11.21 -
YUV 144.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 105 180 68 0.42 0 0.62 0.29 100.18 0.45 0.49
Hex 69 B4 44 2A 0 3E 1D 64 2D 31
Octal 151 264 104 52 0 76 35 144 55 61
Binary 1101001 10110100 1000100 101010 0 111110 11101 1100100 101101 110001

Color Harmonies of #69B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B444

Black with #69B444

Text Example


Text Example

White with #69B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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