Html Css Color HEX #6BAF49 Apple

📋 copy color: '#6BAF49'

red 107 ◦ green 175 ◦ blue 73

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

Shades of Apple #6BAF49

Tints of Apple #6BAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.3%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 30.14%
G = 49.3%
B = 20.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#6BAF49 (or 0x6BAF49) is known color: Apple. HEX triplet: 6B, AF and 49. RGB value is (107,175,73). Sum of RGB (Red+Green+Blue) = 107+175+73=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF49 is #9450B6. Grayscale: #8F8F8F. Windows color (decimal): -9719991 or 4829035. OLE color: 4829035.

HSL color Cylindrical-coordinate representation of color #6BAF49: hue angle of 100º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAF49 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 175 73 -
CMYK 0.39 0 0.58 0.31
HSL 100º 0.41% 0.49% -
HSV(B) 100º 0.58% 0.69% -
XYZ 22.6 34.27 11.73 -
YUV 143.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 107 175 73 0.39 0 0.58 0.31 100 0.41 0.49
Hex 6B AF 49 27 0 3A 1F 64 29 31
Octal 153 257 111 47 0 72 37 144 51 61
Binary 1101011 10101111 1001001 100111 0 111010 11111 1100100 101001 110001

Color Harmonies of #6BAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF49

Black with #6BAF49

Text Example


Text Example

White with #6BAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,73); }

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

background-color css

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

 a { background-color: rgb(107,175,73); }

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

border-color css

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

 span { border-color: rgb(107,175,73); }

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