Html Css Color HEX #69B95D Apple

📋 copy color: '#69B95D'

red 105 ◦ green 185 ◦ blue 93

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

Shades of Apple #69B95D

Tints of Apple #69B95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 27.42%
G = 48.3%
B = 24.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#69B95D (or 0x69B95D) is known color: Apple. HEX triplet: 69, B9 and 5D. RGB value is (105,185,93). Sum of RGB (Red+Green+Blue) = 105+185+93=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #69B95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B95D is #9646A2. Grayscale: #969696. Windows color (decimal): -9848483 or 6142313. OLE color: 6142313.

HSL color Cylindrical-coordinate representation of color #69B95D: hue angle of 112.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69B95D is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 185 93 -
CMYK 0.43 0 0.50 0.27
HSL 112.17º 0.4% 0.55% -
HSV(B) 112.17º 0.5% 0.73% -
XYZ 25.15 38.49 16.46 -
YUV 150.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 105 185 93 0.43 0 0.50 0.27 112.17 0.4 0.55
Hex 69 B9 5D 2B 0 32 1B 70 28 37
Octal 151 271 135 53 0 62 33 160 50 67
Binary 1101001 10111001 1011101 101011 0 110010 11011 1110000 101000 110111

Color Harmonies of #69B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B95D

Black with #69B95D

Text Example


Text Example

White with #69B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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