Html Css Color HEX #6BA740 Apple

📋 copy color: '#6BA740'

red 107 ◦ green 167 ◦ blue 64

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

Shades of Apple #6BA740

Tints of Apple #6BA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

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

R = 31.66%
G = 49.41%
B = 18.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#6BA740 (or 0x6BA740) is known color: Apple. HEX triplet: 6B, A7 and 40. RGB value is (107,167,64). Sum of RGB (Red+Green+Blue) = 107+167+64=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA740 is #9458BF. Grayscale: #898989. Windows color (decimal): -9722048 or 4237163. OLE color: 4237163.

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

Color convert

RGB 107 167 64 -
CMYK 0.36 0 0.62 0.35
HSL 94.95º 0.45% 0.45% -
HSV(B) 94.95º 0.62% 0.65% -
XYZ 20.81 31.13 9.76 -
YUV 137.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 107 167 64 0.36 0 0.62 0.35 94.95 0.45 0.45
Hex 6B A7 40 24 0 3E 23 5F 2D 2D
Octal 153 247 100 44 0 76 43 137 55 55
Binary 1101011 10100111 1000000 100100 0 111110 100011 1011111 101101 101101

Color Harmonies of #6BA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA740

Black with #6BA740

Text Example


Text Example

White with #6BA740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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