Html Css Color HEX #6BA450 Apple

📋 copy color: '#6BA450'

red 107 ◦ green 164 ◦ blue 80

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

Shades of Apple #6BA450

Tints of Apple #6BA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 30.48%
G = 46.72%
B = 22.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#6BA450 (or 0x6BA450) is known color: Apple. HEX triplet: 6B, A4 and 50. RGB value is (107,164,80). Sum of RGB (Red+Green+Blue) = 107+164+80=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA450 is #945BAF. Grayscale: #898989. Windows color (decimal): -9722800 or 5284971. OLE color: 5284971.

HSL color Cylindrical-coordinate representation of color #6BA450: hue angle of 100.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA450 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 164 80 -
CMYK 0.35 0 0.51 0.36
HSL 100.71º 0.34% 0.48% -
HSV(B) 100.71º 0.51% 0.64% -
XYZ 20.79 30.26 12.33 -
YUV 137.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 107 164 80 0.35 0 0.51 0.36 100.71 0.34 0.48
Hex 6B A4 50 23 0 33 24 65 22 30
Octal 153 244 120 43 0 63 44 145 42 60
Binary 1101011 10100100 1010000 100011 0 110011 100100 1100101 100010 110000

Color Harmonies of #6BA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA450

Black with #6BA450

Text Example


Text Example

White with #6BA450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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