Html Css Color HEX #6BB450 Apple

📋 copy color: '#6BB450'

red 107 ◦ green 180 ◦ blue 80

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

Shades of Apple #6BB450

Tints of Apple #6BB450

RGB

 RED value IS 107 (42.19% from 255) = 29.16%

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

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 29.16%
G = 49.05%
B = 21.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#6BB450 (or 0x6BB450) is known color: Apple. HEX triplet: 6B, B4 and 50. RGB value is (107,180,80). Sum of RGB (Red+Green+Blue) = 107+180+80=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB450 is #944BAF. Grayscale: #939393. Windows color (decimal): -9718704 or 5289067. OLE color: 5289067.

HSL color Cylindrical-coordinate representation of color #6BB450: hue angle of 103.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BB450 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 107 180 80 -
CMYK 0.41 0 0.56 0.29
HSL 103.8º 0.4% 0.51% -
HSV(B) 103.8º 0.56% 0.71% -
XYZ 23.83 36.35 13.35 -
YUV 146.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 107 180 80 0.41 0 0.56 0.29 103.8 0.4 0.51
Hex 6B B4 50 29 0 38 1D 68 28 33
Octal 153 264 120 51 0 70 35 150 50 63
Binary 1101011 10110100 1010000 101001 0 111000 11101 1101000 101000 110011

Color Harmonies of #6BB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB450

Black with #6BB450

Text Example


Text Example

White with #6BB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,180,80); }

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

background-color css

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

 a { background-color: rgb(107,180,80); }

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

border-color css

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

 span { border-color: rgb(107,180,80); }

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