#6CBD2D

Color #6CBD2D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6CBD2D

Tints of Christi #6CBD2D

Color information

#6CBD2D (or 0x6CBD2D) is unknown color: approx Christi. HEX triplet: 6C, BD and 2D. RGB value is (108,189,45). Sum of RGB (Red+Green+Blue) = 108+189+45=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBD2D is #9342D2. Grayscale: #949494. Windows color (decimal): -9650899 or 2997612. OLE color: 2997612.

HSL color Cylindrical-coordinate representation of color #6CBD2D: hue angle of 93.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CBD2D is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB10818945-
CMYK0.4300.760.26
HSL93.75º61.54%45.88%-
HSV(B)93.75º76.19%74.12%-
XYZ24.8639.778.85-
YUV148.3669.6699.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 45 (17.97% from 255) = 13.16%
R=31.58%
G=55.26%
B=13.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108189450.4300.760.2693.7561.5445.88
Hex6CBD2D2B04C1A5e3e2e
Octal15427555530114321367656
Binary11011001011110110110110101101001100110101011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,45); }

 H1.HeaderClassName
 {
   color: #6CBD2D;
 }
 .AnyTagClassName
 {
   color: #6CBD2D;
 }
</style>
background-color css

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

 a { background-color: rgb(108,189,45); }

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

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

 span { border-color: rgb(108,189,45); }

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