Html Css Color HEX #6BA14B Apple

📋 copy color: '#6BA14B'

red 107 ◦ green 161 ◦ blue 75

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

Shades of Apple #6BA14B

Tints of Apple #6BA14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.94%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 31.2%
G = 46.94%
B = 21.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#6BA14B (or 0x6BA14B) is known color: Apple. HEX triplet: 6B, A1 and 4B. RGB value is (107,161,75). Sum of RGB (Red+Green+Blue) = 107+161+75=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA14B is #945EB4. Grayscale: #878787. Windows color (decimal): -9723573 or 4956523. OLE color: 4956523.

HSL color Cylindrical-coordinate representation of color #6BA14B: hue angle of 97.67º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BA14B is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 75 -
CMYK 0.34 0 0.53 0.37
HSL 97.67º 0.36% 0.46% -
HSV(B) 97.67º 0.53% 0.63% -
XYZ 20.08 29.12 11.22 -
YUV 135.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 107 161 75 0.34 0 0.53 0.37 97.67 0.36 0.46
Hex 6B A1 4B 22 0 35 25 62 24 2E
Octal 153 241 113 42 0 65 45 142 44 56
Binary 1101011 10100001 1001011 100010 0 110101 100101 1100010 100100 101110

Color Harmonies of #6BA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA14B

Black with #6BA14B

Text Example


Text Example

White with #6BA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,161,75); }

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

background-color css

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

 a { background-color: rgb(107,161,75); }

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

border-color css

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

 span { border-color: rgb(107,161,75); }

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