Html Css Color HEX #69B952 Apple

📋 copy color: '#69B952'

red 105 ◦ green 185 ◦ blue 82

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

Shades of Apple #69B952

Tints of Apple #69B952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.73%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 28.23%
G = 49.73%
B = 22.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#69B952 (or 0x69B952) is known color: Apple. HEX triplet: 69, B9 and 52. RGB value is (105,185,82). Sum of RGB (Red+Green+Blue) = 105+185+82=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #69B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B952 is #9646AD. Grayscale: #959595. Windows color (decimal): -9848494 or 5421417. OLE color: 5421417.

HSL color Cylindrical-coordinate representation of color #69B952: hue angle of 106.6º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B952 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 185 82 -
CMYK 0.43 0 0.56 0.27
HSL 106.6º 0.42% 0.52% -
HSV(B) 106.6º 0.56% 0.73% -
XYZ 24.7 38.31 14.08 -
YUV 149.34 90 96.38 -
System Red Green Blue C M Y K H S L
Decimal 105 185 82 0.43 0 0.56 0.27 106.6 0.42 0.52
Hex 69 B9 52 2B 0 38 1B 6B 2A 34
Octal 151 271 122 53 0 70 33 153 52 64
Binary 1101001 10111001 1010010 101011 0 111000 11011 1101011 101010 110100

Color Harmonies of #69B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B952

Black with #69B952

Text Example


Text Example

White with #69B952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,185,82); }

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

background-color css

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

 a { background-color: rgb(105,185,82); }

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

border-color css

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

 span { border-color: rgb(105,185,82); }

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