Html Css Color HEX #7DBA3F Apple

📋 copy color: '#7DBA3F'

red 125 ◦ green 186 ◦ blue 63

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

Shades of Apple #7DBA3F

Tints of Apple #7DBA3F

RGB

 RED value IS 125 (49.22% from 255) = 33.42%

 GREEN value IS 186 (73.05% from 255) = 49.73%

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

R = 33.42%
G = 49.73%
B = 16.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#7DBA3F (or 0x7DBA3F) is known color: Apple. HEX triplet: 7D, BA and 3F. RGB value is (125,186,63). Sum of RGB (Red+Green+Blue) = 125+186+63=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA3F is #8245C0. Grayscale: #9A9A9A. Windows color (decimal): -8537537 or 4176509. OLE color: 4176509.

HSL color Cylindrical-coordinate representation of color #7DBA3F: hue angle of 89.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DBA3F is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 63 -
CMYK 0.33 0 0.66 0.27
HSL 89.76º 0.49% 0.49% -
HSV(B) 89.76º 0.66% 0.73% -
XYZ 26.91 39.84 10.97 -
YUV 153.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 125 186 63 0.33 0 0.66 0.27 89.76 0.49 0.49
Hex 7D BA 3F 21 0 42 1B 5A 31 31
Octal 175 272 77 41 0 102 33 132 61 61
Binary 1111101 10111010 111111 100001 0 1000010 11011 1011010 110001 110001

Color Harmonies of #7DBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA3F

Black with #7DBA3F

Text Example


Text Example

White with #7DBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DBA3F; }

 p { color: rgb(125,186,63); }

 H1.HeaderClassName
 {
   color: #7DBA3F;
 }
 .AnyTagClassName
 {
   color: #7DBA3F;
 }
</style>

background-color css

<style>
 a { background-color: #7DBA3F; }

 a { background-color: rgb(125,186,63); }

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

border-color css

<style>
 span { border-color: #7DBA3F; }

 span { border-color: rgb(125,186,63); }

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