Html Css Color HEX #65B67D Fern

📋 copy color: '#65B67D'

red 101 ◦ green 182 ◦ blue 125

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

Shades of Fern #65B67D

Tints of Fern #65B67D

RGB

 RED value IS 101 (39.84% from 255) = 24.75%

 GREEN value IS 182 (71.48% from 255) = 44.61%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 24.75%
G = 44.61%
B = 30.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#65B67D (or 0x65B67D) is known color: Fern. HEX triplet: 65, B6 and 7D. RGB value is (101,182,125). Sum of RGB (Red+Green+Blue) = 101+182+125=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #65B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B67D is #9A4982. Grayscale: #979797. Windows color (decimal): -10111363 or 8238693. OLE color: 8238693.

HSL color Cylindrical-coordinate representation of color #65B67D: hue angle of 137.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B67D is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 182 125 -
CMYK 0.45 0 0.31 0.29
HSL 137.78º 0.36% 0.55% -
HSV(B) 137.78º 0.45% 0.71% -
XYZ 25.8 37.7 25.32 -
YUV 151.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 101 182 125 0.45 0 0.31 0.29 137.78 0.36 0.55
Hex 65 B6 7D 2D 0 1F 1D 8A 24 37
Octal 145 266 175 55 0 37 35 212 44 67
Binary 1100101 10110110 1111101 101101 0 11111 11101 10001010 100100 110111

Color Harmonies of #65B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B67D

Black with #65B67D

Text Example


Text Example

White with #65B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65B67D; }

 p { color: rgb(101,182,125); }

 H1.HeaderClassName
 {
   color: #65B67D;
 }
 .AnyTagClassName
 {
   color: #65B67D;
 }
</style>

background-color css

<style>
 a { background-color: #65B67D; }

 a { background-color: rgb(101,182,125); }

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

border-color css

<style>
 span { border-color: #65B67D; }

 span { border-color: rgb(101,182,125); }

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