Html Css Color HEX #6CB07B Fern

📋 copy color: '#6CB07B'

red 108 ◦ green 176 ◦ blue 123

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

Shades of Fern #6CB07B

Tints of Fern #6CB07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 26.54%
G = 43.24%
B = 30.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#6CB07B (or 0x6CB07B) is known color: Fern. HEX triplet: 6C, B0 and 7B. RGB value is (108,176,123). Sum of RGB (Red+Green+Blue) = 108+176+123=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB07B is #934F84. Grayscale: #959595. Windows color (decimal): -9654149 or 8106092. OLE color: 8106092.

HSL color Cylindrical-coordinate representation of color #6CB07B: hue angle of 133.24º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB07B is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 176 123 -
CMYK 0.39 0 0.30 0.31
HSL 133.24º 0.3% 0.56% -
HSV(B) 133.24º 0.39% 0.69% -
XYZ 25.28 35.67 24.29 -
YUV 149.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 108 176 123 0.39 0 0.30 0.31 133.24 0.3 0.56
Hex 6C B0 7B 27 0 1E 1F 85 1E 38
Octal 154 260 173 47 0 36 37 205 36 70
Binary 1101100 10110000 1111011 100111 0 11110 11111 10000101 11110 111000

Color Harmonies of #6CB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB07B

Black with #6CB07B

Text Example


Text Example

White with #6CB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,176,123); }

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

background-color css

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

 a { background-color: rgb(108,176,123); }

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

border-color css

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

 span { border-color: rgb(108,176,123); }

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