Html Css Color HEX #7DB042 Chelsea Cucumber

📋 copy color: '#7DB042'

red 125 ◦ green 176 ◦ blue 66

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

Shades of Chelsea Cucumber #7DB042

Tints of Chelsea Cucumber #7DB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 34.06%
G = 47.96%
B = 17.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#7DB042 (or 0x7DB042) is known color: Chelsea Cucumber. HEX triplet: 7D, B0 and 42. RGB value is (125,176,66). Sum of RGB (Red+Green+Blue) = 125+176+66=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB042 is #824FBD. Grayscale: #949494. Windows color (decimal): -8540094 or 4370557. OLE color: 4370557.

HSL color Cylindrical-coordinate representation of color #7DB042: hue angle of 87.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DB042 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 66 -
CMYK 0.29 0 0.62 0.31
HSL 87.82º 0.45% 0.47% -
HSV(B) 87.82º 0.63% 0.69% -
XYZ 24.97 35.8 10.75 -
YUV 148.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 125 176 66 0.29 0 0.62 0.31 87.82 0.45 0.47
Hex 7D B0 42 1D 0 3E 1F 58 2D 2F
Octal 175 260 102 35 0 76 37 130 55 57
Binary 1111101 10110000 1000010 11101 0 111110 11111 1011000 101101 101111

Color Harmonies of #7DB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB042

Black with #7DB042

Text Example


Text Example

White with #7DB042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,66); }

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

background-color css

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

 a { background-color: rgb(125,176,66); }

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

border-color css

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

 span { border-color: rgb(125,176,66); }

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