Html Css Color HEX #25766A Genoa

📋 copy color: '#25766A'

red 37 ◦ green 118 ◦ blue 106

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

Shades of Genoa #25766A

Tints of Genoa #25766A

RGB

 RED value IS 37 (14.84% from 255) = 14.18%

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 106 (41.8% from 255) = 40.61%

R = 14.18%
G = 45.21%
B = 40.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#25766A (or 0x25766A) is known color: Genoa. HEX triplet: 25, 76 and 6A. RGB value is (37,118,106). Sum of RGB (Red+Green+Blue) = 37+118+106=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #25766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25766A is #DA8995. Grayscale: #5C5C5C. Windows color (decimal): -14322070 or 6977061. OLE color: 6977061.

HSL color Cylindrical-coordinate representation of color #25766A: hue angle of 171.11º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25766A is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 118 106 -
CMYK 0.69 0 0.10 0.54
HSL 171.11º 0.52% 0.3% -
HSV(B) 171.11º 0.69% 0.46% -
XYZ 9.84 14.39 15.89 -
YUV 92.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 37 118 106 0.69 0 0.10 0.54 171.11 0.52 0.3
Hex 25 76 6A 45 0 A 36 AB 34 1E
Octal 45 166 152 105 0 12 66 253 64 36
Binary 100101 1110110 1101010 1000101 0 1010 110110 10101011 110100 11110

Color Harmonies of #25766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25766A

Black with #25766A

Text Example


Text Example

White with #25766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25766A; }

 p { color: rgb(37,118,106); }

 H1.HeaderClassName
 {
   color: #25766A;
 }
 .AnyTagClassName
 {
   color: #25766A;
 }
</style>

background-color css

<style>
 a { background-color: #25766A; }

 a { background-color: rgb(37,118,106); }

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

border-color css

<style>
 span { border-color: #25766A; }

 span { border-color: rgb(37,118,106); }

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