Html Css Color HEX #6BAF3F Apple

📋 copy color: '#6BAF3F'

red 107 ◦ green 175 ◦ blue 63

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

Shades of Apple #6BAF3F

Tints of Apple #6BAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 31.01%
G = 50.72%
B = 18.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#6BAF3F (or 0x6BAF3F) is known color: Apple. HEX triplet: 6B, AF and 3F. RGB value is (107,175,63). Sum of RGB (Red+Green+Blue) = 107+175+63=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF3F is #9450C0. Grayscale: #8E8E8E. Windows color (decimal): -9720001 or 4173675. OLE color: 4173675.

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

Color convert

RGB 107 175 63 -
CMYK 0.39 0 0.64 0.31
HSL 96.43º 0.47% 0.47% -
HSV(B) 96.43º 0.64% 0.69% -
XYZ 22.29 34.14 10.12 -
YUV 141.9 83.47 103.11 -
System Red Green Blue C M Y K H S L
Decimal 107 175 63 0.39 0 0.64 0.31 96.43 0.47 0.47
Hex 6B AF 3F 27 0 40 1F 60 2F 2F
Octal 153 257 77 47 0 100 37 140 57 57
Binary 1101011 10101111 111111 100111 0 1000000 11111 1100000 101111 101111

Color Harmonies of #6BAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF3F

Black with #6BAF3F

Text Example


Text Example

White with #6BAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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