Html Css Color HEX #6DB055 Apple

📋 copy color: '#6DB055'

red 109 ◦ green 176 ◦ blue 85

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

Shades of Apple #6DB055

Tints of Apple #6DB055

RGB

 RED value IS 109 (42.97% from 255) = 29.46%

 GREEN value IS 176 (69.14% from 255) = 47.57%

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 29.46%
G = 47.57%
B = 22.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#6DB055 (or 0x6DB055) is known color: Apple. HEX triplet: 6D, B0 and 55. RGB value is (109,176,85). Sum of RGB (Red+Green+Blue) = 109+176+85=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB055 is #924FAA. Grayscale: #919191. Windows color (decimal): -9588651 or 5615725. OLE color: 5615725.

HSL color Cylindrical-coordinate representation of color #6DB055: hue angle of 104.18º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DB055 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 176 85 -
CMYK 0.38 0 0.52 0.31
HSL 104.18º 0.37% 0.51% -
HSV(B) 104.18º 0.52% 0.69% -
XYZ 23.47 34.96 14.1 -
YUV 145.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 109 176 85 0.38 0 0.52 0.31 104.18 0.37 0.51
Hex 6D B0 55 26 0 34 1F 68 25 33
Octal 155 260 125 46 0 64 37 150 45 63
Binary 1101101 10110000 1010101 100110 0 110100 11111 1101000 100101 110011

Color Harmonies of #6DB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB055

Black with #6DB055

Text Example


Text Example

White with #6DB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DB055; }

 p { color: rgb(109,176,85); }

 H1.HeaderClassName
 {
   color: #6DB055;
 }
 .AnyTagClassName
 {
   color: #6DB055;
 }
</style>

background-color css

<style>
 a { background-color: #6DB055; }

 a { background-color: rgb(109,176,85); }

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

border-color css

<style>
 span { border-color: #6DB055; }

 span { border-color: rgb(109,176,85); }

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