Html Css Color HEX #6BA94C Apple

📋 copy color: '#6BA94C'

red 107 ◦ green 169 ◦ blue 76

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

Shades of Apple #6BA94C

Tints of Apple #6BA94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.01%

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 30.4%
G = 48.01%
B = 21.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#6BA94C (or 0x6BA94C) is known color: Apple. HEX triplet: 6B, A9 and 4C. RGB value is (107,169,76). Sum of RGB (Red+Green+Blue) = 107+169+76=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA94C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA94C is #9456B3. Grayscale: #8C8C8C. Windows color (decimal): -9721524 or 5024107. OLE color: 5024107.

HSL color Cylindrical-coordinate representation of color #6BA94C: hue angle of 100º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA94C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 107 169 76 -
CMYK 0.37 0 0.55 0.34
HSL 100º 0.38% 0.48% -
HSV(B) 100º 0.55% 0.66% -
XYZ 21.56 32.02 11.88 -
YUV 139.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 107 169 76 0.37 0 0.55 0.34 100 0.38 0.48
Hex 6B A9 4C 25 0 37 22 64 26 30
Octal 153 251 114 45 0 67 42 144 46 60
Binary 1101011 10101001 1001100 100101 0 110111 100010 1100100 100110 110000

Color Harmonies of #6BA94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA94C

Black with #6BA94C

Text Example


Text Example

White with #6BA94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,169,76); }

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

background-color css

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

 a { background-color: rgb(107,169,76); }

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

border-color css

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

 span { border-color: rgb(107,169,76); }

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