Html Css Color HEX #69B458 Apple

📋 copy color: '#69B458'

red 105 ◦ green 180 ◦ blue 88

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

Shades of Apple #69B458

Tints of Apple #69B458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 28.15%
G = 48.26%
B = 23.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#69B458 (or 0x69B458) is known color: Apple. HEX triplet: 69, B4 and 58. RGB value is (105,180,88). Sum of RGB (Red+Green+Blue) = 105+180+88=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #69B458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B458 is #964BA7. Grayscale: #939393. Windows color (decimal): -9849768 or 5813353. OLE color: 5813353.

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

Color convert

RGB 105 180 88 -
CMYK 0.42 0 0.51 0.29
HSL 108.91º 0.38% 0.53% -
HSV(B) 108.91º 0.51% 0.71% -
XYZ 23.91 36.35 14.99 -
YUV 147.09 94.65 97.98 -
System Red Green Blue C M Y K H S L
Decimal 105 180 88 0.42 0 0.51 0.29 108.91 0.38 0.53
Hex 69 B4 58 2A 0 33 1D 6D 26 35
Octal 151 264 130 52 0 63 35 155 46 65
Binary 1101001 10110100 1011000 101010 0 110011 11101 1101101 100110 110101

Color Harmonies of #69B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B458

Black with #69B458

Text Example


Text Example

White with #69B458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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