Html Css Color HEX #69B442 Apple

📋 copy color: '#69B442'

red 105 ◦ green 180 ◦ blue 66

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

Shades of Apple #69B442

Tints of Apple #69B442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 29.91%
G = 51.28%
B = 18.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#69B442 (or 0x69B442) is known color: Apple. HEX triplet: 69, B4 and 42. RGB value is (105,180,66). Sum of RGB (Red+Green+Blue) = 105+180+66=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #69B442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B442 is #964BBD. Grayscale: #909090. Windows color (decimal): -9849790 or 4371561. OLE color: 4371561.

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

Color convert

RGB 105 180 66 -
CMYK 0.42 0 0.63 0.29
HSL 99.47º 0.46% 0.48% -
HSV(B) 99.47º 0.63% 0.71% -
XYZ 23.13 36.04 10.89 -
YUV 144.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 105 180 66 0.42 0 0.63 0.29 99.47 0.46 0.48
Hex 69 B4 42 2A 0 3F 1D 63 2E 30
Octal 151 264 102 52 0 77 35 143 56 60
Binary 1101001 10110100 1000010 101010 0 111111 11101 1100011 101110 110000

Color Harmonies of #69B442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B442

Black with #69B442

Text Example


Text Example

White with #69B442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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