Html Css Color HEX #6CB474 Fern

📋 copy color: '#6CB474'

red 108 ◦ green 180 ◦ blue 116

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

Shades of Fern #6CB474

Tints of Fern #6CB474

RGB

 RED value IS 108 (42.58% from 255) = 26.73%

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 26.73%
G = 44.55%
B = 28.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#6CB474 (or 0x6CB474) is known color: Fern. HEX triplet: 6C, B4 and 74. RGB value is (108,180,116). Sum of RGB (Red+Green+Blue) = 108+180+116=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB474 is #934B8B. Grayscale: #979797. Windows color (decimal): -9653132 or 7648364. OLE color: 7648364.

HSL color Cylindrical-coordinate representation of color #6CB474: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB474 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 116 -
CMYK 0.40 0 0.36 0.29
HSL 126.67º 0.32% 0.56% -
HSV(B) 126.67º 0.4% 0.71% -
XYZ 25.66 37.09 22.33 -
YUV 151.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 108 180 116 0.40 0 0.36 0.29 126.67 0.32 0.56
Hex 6C B4 74 28 0 24 1D 7F 20 38
Octal 154 264 164 50 0 44 35 177 40 70
Binary 1101100 10110100 1110100 101000 0 100100 11101 1111111 100000 111000

Color Harmonies of #6CB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB474

Black with #6CB474

Text Example


Text Example

White with #6CB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB474; }

 p { color: rgb(108,180,116); }

 H1.HeaderClassName
 {
   color: #6CB474;
 }
 .AnyTagClassName
 {
   color: #6CB474;
 }
</style>

background-color css

<style>
 a { background-color: #6CB474; }

 a { background-color: rgb(108,180,116); }

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

border-color css

<style>
 span { border-color: #6CB474; }

 span { border-color: rgb(108,180,116); }

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