Html Css Color HEX #25766B Genoa

📋 copy color: '#25766B'

red 37 ◦ green 118 ◦ blue 107

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

Shades of Genoa #25766B

Tints of Genoa #25766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 14.12%
G = 45.04%
B = 40.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#25766B (or 0x25766B) is known color: Genoa. HEX triplet: 25, 76 and 6B. RGB value is (37,118,107). Sum of RGB (Red+Green+Blue) = 37+118+107=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #25766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25766B is #DA8994. Grayscale: #5C5C5C. Windows color (decimal): -14322069 or 7042597. OLE color: 7042597.

HSL color Cylindrical-coordinate representation of color #25766B: hue angle of 171.85º 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 #25766B is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 118 107 -
CMYK 0.69 0 0.09 0.54
HSL 171.85º 0.52% 0.3% -
HSV(B) 171.85º 0.69% 0.46% -
XYZ 9.9 14.41 16.17 -
YUV 92.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 37 118 107 0.69 0 0.09 0.54 171.85 0.52 0.3
Hex 25 76 6B 45 0 9 36 AC 34 1E
Octal 45 166 153 105 0 11 66 254 64 36
Binary 100101 1110110 1101011 1000101 0 1001 110110 10101100 110100 11110

Color Harmonies of #25766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25766B

Black with #25766B

Text Example


Text Example

White with #25766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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