Html Css Color HEX #6BAD34 Apple

📋 copy color: '#6BAD34'

red 107 ◦ green 173 ◦ blue 52

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

Shades of Apple #6BAD34

Tints of Apple #6BAD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.11%

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 32.23%
G = 52.11%
B = 15.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#6BAD34 (or 0x6BAD34) is known color: Apple. HEX triplet: 6B, AD and 34. RGB value is (107,173,52). Sum of RGB (Red+Green+Blue) = 107+173+52=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD34 is #9452CB. Grayscale: #8B8B8B. Windows color (decimal): -9720524 or 3452267. OLE color: 3452267.

HSL color Cylindrical-coordinate representation of color #6BAD34: hue angle of 92.73º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BAD34 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 173 52 -
CMYK 0.38 0 0.70 0.32
HSL 92.73º 0.54% 0.44% -
HSV(B) 92.73º 0.7% 0.68% -
XYZ 21.63 33.26 8.53 -
YUV 139.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 107 173 52 0.38 0 0.70 0.32 92.73 0.54 0.44
Hex 6B AD 34 26 0 46 20 5D 36 2C
Octal 153 255 64 46 0 106 40 135 66 54
Binary 1101011 10101101 110100 100110 0 1000110 100000 1011101 110110 101100

Color Harmonies of #6BAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD34

Black with #6BAD34

Text Example


Text Example

White with #6BAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,52); }

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

background-color css

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

 a { background-color: rgb(107,173,52); }

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

border-color css

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

 span { border-color: rgb(107,173,52); }

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