Html Css Color HEX #69B641 Apple

📋 copy color: '#69B641'

red 105 ◦ green 182 ◦ blue 65

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

Shades of Apple #69B641

Tints of Apple #69B641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.7%

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 29.83%
G = 51.7%
B = 18.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#69B641 (or 0x69B641) is known color: Apple. HEX triplet: 69, B6 and 41. RGB value is (105,182,65). Sum of RGB (Red+Green+Blue) = 105+182+65=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #69B641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B641 is #9649BE. Grayscale: #929292. Windows color (decimal): -9849279 or 4306537. OLE color: 4306537.

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

Color convert

RGB 105 182 65 -
CMYK 0.42 0 0.64 0.29
HSL 99.49º 0.47% 0.48% -
HSV(B) 99.49º 0.64% 0.71% -
XYZ 23.51 36.84 10.87 -
YUV 145.64 82.49 99.01 -
System Red Green Blue C M Y K H S L
Decimal 105 182 65 0.42 0 0.64 0.29 99.49 0.47 0.48
Hex 69 B6 41 2A 0 40 1D 63 2F 30
Octal 151 266 101 52 0 100 35 143 57 60
Binary 1101001 10110110 1000001 101010 0 1000000 11101 1100011 101111 110000

Color Harmonies of #69B641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B641

Black with #69B641

Text Example


Text Example

White with #69B641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,182,65); }

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

background-color css

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

 a { background-color: rgb(105,182,65); }

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

border-color css

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

 span { border-color: rgb(105,182,65); }

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