Html Css Color HEX #6BA540 Apple

📋 copy color: '#6BA540'

red 107 ◦ green 165 ◦ blue 64

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

Shades of Apple #6BA540

Tints of Apple #6BA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.11%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 31.85%
G = 49.11%
B = 19.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#6BA540 (or 0x6BA540) is known color: Apple. HEX triplet: 6B, A5 and 40. RGB value is (107,165,64). Sum of RGB (Red+Green+Blue) = 107+165+64=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA540 is #945ABF. Grayscale: #888888. Windows color (decimal): -9722560 or 4236651. OLE color: 4236651.

HSL color Cylindrical-coordinate representation of color #6BA540: hue angle of 94.46º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BA540 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 165 64 -
CMYK 0.35 0 0.61 0.35
HSL 94.46º 0.44% 0.45% -
HSV(B) 94.46º 0.61% 0.65% -
XYZ 20.44 30.41 9.64 -
YUV 136.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 107 165 64 0.35 0 0.61 0.35 94.46 0.44 0.45
Hex 6B A5 40 23 0 3D 23 5E 2C 2D
Octal 153 245 100 43 0 75 43 136 54 55
Binary 1101011 10100101 1000000 100011 0 111101 100011 1011110 101100 101101

Color Harmonies of #6BA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA540

Black with #6BA540

Text Example


Text Example

White with #6BA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,165,64); }

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

background-color css

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

 a { background-color: rgb(107,165,64); }

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

border-color css

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

 span { border-color: rgb(107,165,64); }

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