Html Css Color HEX #6DB94B Apple

📋 copy color: '#6DB94B'

red 109 ◦ green 185 ◦ blue 75

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

Shades of Apple #6DB94B

Tints of Apple #6DB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.14%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 29.54%
G = 50.14%
B = 20.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#6DB94B (or 0x6DB94B) is known color: Apple. HEX triplet: 6D, B9 and 4B. RGB value is (109,185,75). Sum of RGB (Red+Green+Blue) = 109+185+75=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB94B is #9246B4. Grayscale: #969696. Windows color (decimal): -9586357 or 4962669. OLE color: 4962669.

HSL color Cylindrical-coordinate representation of color #6DB94B: hue angle of 101.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DB94B is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 185 75 -
CMYK 0.41 0 0.59 0.27
HSL 101.45º 0.44% 0.51% -
HSV(B) 101.45º 0.59% 0.73% -
XYZ 24.93 38.46 12.77 -
YUV 149.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 109 185 75 0.41 0 0.59 0.27 101.45 0.44 0.51
Hex 6D B9 4B 29 0 3B 1B 65 2C 33
Octal 155 271 113 51 0 73 33 145 54 63
Binary 1101101 10111001 1001011 101001 0 111011 11011 1100101 101100 110011

Color Harmonies of #6DB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB94B

Black with #6DB94B

Text Example


Text Example

White with #6DB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,185,75); }

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

background-color css

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

 a { background-color: rgb(109,185,75); }

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

border-color css

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

 span { border-color: rgb(109,185,75); }

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