Html Css Color HEX #7DAC4B Chelsea Cucumber

📋 copy color: '#7DAC4B'

red 125 ◦ green 172 ◦ blue 75

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

Shades of Chelsea Cucumber #7DAC4B

Tints of Chelsea Cucumber #7DAC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.24%

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

R = 33.6%
G = 46.24%
B = 20.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#7DAC4B (or 0x7DAC4B) is known color: Chelsea Cucumber. HEX triplet: 7D, AC and 4B. RGB value is (125,172,75). Sum of RGB (Red+Green+Blue) = 125+172+75=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC4B is #8253B4. Grayscale: #939393. Windows color (decimal): -8541109 or 4959357. OLE color: 4959357.

HSL color Cylindrical-coordinate representation of color #7DAC4B: hue angle of 89.07º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DAC4B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 75 -
CMYK 0.27 0 0.56 0.33
HSL 89.07º 0.39% 0.48% -
HSV(B) 89.07º 0.56% 0.67% -
XYZ 24.48 34.37 12 -
YUV 146.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 125 172 75 0.27 0 0.56 0.33 89.07 0.39 0.48
Hex 7D AC 4B 1B 0 38 21 59 27 30
Octal 175 254 113 33 0 70 41 131 47 60
Binary 1111101 10101100 1001011 11011 0 111000 100001 1011001 100111 110000

Color Harmonies of #7DAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC4B

Black with #7DAC4B

Text Example


Text Example

White with #7DAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,75); }

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

background-color css

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

 a { background-color: rgb(125,172,75); }

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

border-color css

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

 span { border-color: rgb(125,172,75); }

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