Html Css Color HEX #6BA448 Apple

📋 copy color: '#6BA448'

red 107 ◦ green 164 ◦ blue 72

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

Shades of Apple #6BA448

Tints of Apple #6BA448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 31.2%
G = 47.81%
B = 20.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#6BA448 (or 0x6BA448) is known color: Apple. HEX triplet: 6B, A4 and 48. RGB value is (107,164,72). Sum of RGB (Red+Green+Blue) = 107+164+72=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA448 is #945BB7. Grayscale: #888888. Windows color (decimal): -9722808 or 4760683. OLE color: 4760683.

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

Color convert

RGB 107 164 72 -
CMYK 0.35 0 0.56 0.36
HSL 97.17º 0.39% 0.46% -
HSV(B) 97.17º 0.56% 0.64% -
XYZ 20.51 30.14 10.87 -
YUV 136.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 107 164 72 0.35 0 0.56 0.36 97.17 0.39 0.46
Hex 6B A4 48 23 0 38 24 61 27 2E
Octal 153 244 110 43 0 70 44 141 47 56
Binary 1101011 10100100 1001000 100011 0 111000 100100 1100001 100111 101110

Color Harmonies of #6BA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA448

Black with #6BA448

Text Example


Text Example

White with #6BA448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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