Html Css Color HEX #6BB230 Christi

📋 copy color: '#6BB230'

red 107 ◦ green 178 ◦ blue 48

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

Shades of Christi #6BB230

Tints of Christi #6BB230

RGB

 RED value IS 107 (42.19% from 255) = 32.13%

 GREEN value IS 178 (69.92% from 255) = 53.45%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 32.13%
G = 53.45%
B = 14.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#6BB230 (or 0x6BB230) is known color: Christi. HEX triplet: 6B, B2 and 30. RGB value is (107,178,48). Sum of RGB (Red+Green+Blue) = 107+178+48=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BB230 is #944DCF. Grayscale: #8E8E8E. Windows color (decimal): -9719248 or 3191403. OLE color: 3191403.

HSL color Cylindrical-coordinate representation of color #6BB230: hue angle of 92.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BB230 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 107 178 48 -
CMYK 0.40 0 0.73 0.30
HSL 92.77º 0.58% 0.44% -
HSV(B) 92.77º 0.73% 0.7% -
XYZ 22.52 35.18 8.4 -
YUV 141.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 107 178 48 0.40 0 0.73 0.30 92.77 0.58 0.44
Hex 6B B2 30 28 0 49 1E 5D 3A 2C
Octal 153 262 60 50 0 111 36 135 72 54
Binary 1101011 10110010 110000 101000 0 1001001 11110 1011101 111010 101100

Color Harmonies of #6BB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB230

Black with #6BB230

Text Example


Text Example

White with #6BB230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,178,48); }

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

background-color css

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

 a { background-color: rgb(107,178,48); }

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

border-color css

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

 span { border-color: rgb(107,178,48); }

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