Html Css Color HEX #6DB64A Apple

📋 copy color: '#6DB64A'

red 109 ◦ green 182 ◦ blue 74

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

Shades of Apple #6DB64A

Tints of Apple #6DB64A

RGB

 RED value IS 109 (42.97% from 255) = 29.86%

 GREEN value IS 182 (71.48% from 255) = 49.86%

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 29.86%
G = 49.86%
B = 20.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#6DB64A (or 0x6DB64A) is known color: Apple. HEX triplet: 6D, B6 and 4A. RGB value is (109,182,74). Sum of RGB (Red+Green+Blue) = 109+182+74=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB64A is #9249B5. Grayscale: #949494. Windows color (decimal): -9587126 or 4896365. OLE color: 4896365.

HSL color Cylindrical-coordinate representation of color #6DB64A: hue angle of 100.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DB64A is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 74 -
CMYK 0.40 0 0.59 0.29
HSL 100.56º 0.43% 0.5% -
HSV(B) 100.56º 0.59% 0.71% -
XYZ 24.27 37.2 12.38 -
YUV 147.86 86.32 100.28 -
System Red Green Blue C M Y K H S L
Decimal 109 182 74 0.40 0 0.59 0.29 100.56 0.43 0.5
Hex 6D B6 4A 28 0 3B 1D 65 2B 32
Octal 155 266 112 50 0 73 35 145 53 62
Binary 1101101 10110110 1001010 101000 0 111011 11101 1100101 101011 110010

Color Harmonies of #6DB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB64A

Black with #6DB64A

Text Example


Text Example

White with #6DB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,182,74); }

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

background-color css

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

 a { background-color: rgb(109,182,74); }

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

border-color css

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

 span { border-color: rgb(109,182,74); }

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